File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313 with :
1414 fetch-depth : 0
1515
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 with :
1818 fetch-depth : 0
1919
3636 runs-on : ubuntu-latest
3737 steps :
3838 - name : Checkout
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v5
4040 with :
4141 fetch-depth : 0
4242
7272 runs-on : ubuntu-latest
7373 steps :
7474 - name : Checkout
75- uses : actions/checkout@v4
75+ uses : actions/checkout@v5
7676
7777 - name : Check helm template in sync
7878 id : helm_template
Original file line number Diff line number Diff line change 3232
3333 # Now checkout the PR, generate the template and then commit to the PR
3434 - name : Checkout
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636 with :
3737 repository : ${{ fromJSON(steps.get-pr.outputs.result).head.repo.full_name }}
3838 ref : ${{ fromJSON(steps.get-pr.outputs.result).head.ref }}
You can’t perform that action at this time.
0 commit comments