File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151
5252 steps :
5353 - name : Checkout
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v6
5555 with :
5656 ref : ${{ inputs.ref || github.sha }}
5757
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v6
3131 with :
3232 fetch-depth : 1
3333
Original file line number Diff line number Diff line change 2626 actions : read # Required for Claude to read CI results on PRs
2727 steps :
2828 - name : Checkout repository
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v6
3030 with :
3131 fetch-depth : 1
3232
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@v6
1717
1818 - name : Lint workflows
1919 run : |
Original file line number Diff line number Diff line change 2323 version : ${{ steps.version.outputs.version }}
2424 commit : ${{ steps.version.outputs.commit }}
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v6
2727 with :
2828 fetch-depth : 0
2929
@@ -134,7 +134,7 @@ jobs:
134134 needs : [prepare, check-artifacts]
135135 runs-on : ubuntu-latest
136136 steps :
137- - uses : actions/checkout@v4
137+ - uses : actions/checkout@v6
138138 with :
139139 ref : ${{ needs.prepare.outputs.tag }}
140140
You can’t perform that action at this time.
0 commit comments