File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3232 security-events : write # required for pushing SARIF files
3333 steps :
3434 - name : Check out the repository
35- uses : actions/checkout@v5
35+ uses : actions/checkout@v6
3636 with :
3737 ref : ${{ inputs.ref }}
3838
7878 chart-version : ${{ steps.semver.outputs.version }}
7979 steps :
8080 - name : Check out the repository
81- uses : actions/checkout@v5
81+ uses : actions/checkout@v6
8282 with :
8383 ref : ${{ inputs.ref }}
8484 # This is important for the semver action to work correctly
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 with :
1919 ref : ${{ inputs.ref }}
2020 fetch-depth : 0
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Check out the repository
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222 with :
2323 ref : ${{ inputs.ref || github.ref }}
2424
Original file line number Diff line number Diff line change 2222 name : ${{ matrix.key }}
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626
2727 - name : Check for most recent GitHub release
2828 id : next
You can’t perform that action at this time.
0 commit comments