File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151151 if : ${{ needs.determine-jobs.outputs.run_check == 'true' || needs.determine-jobs.outputs.run_update == 'true' || needs.determine-jobs.outputs.run_dashboard == 'true' }}
152152 steps :
153153 - name : Checkout repository
154- uses : actions/checkout@v4
154+ uses : actions/checkout@v7
155155 with :
156156 token : ${{ secrets.GITHUB_TOKEN }}
157157 fetch-depth : 0 # Fetch full history for rebasing
@@ -189,7 +189,7 @@ jobs:
189189
190190 steps :
191191 - name : Checkout repository
192- uses : actions/checkout@v4
192+ uses : actions/checkout@v7
193193 with :
194194 token : ${{ secrets.GITHUB_TOKEN }}
195195 fetch-depth : 0
@@ -271,7 +271,7 @@ jobs:
271271
272272 steps :
273273 - name : Checkout repository
274- uses : actions/checkout@v4
274+ uses : actions/checkout@v7
275275 with :
276276 token : ${{ secrets.GITHUB_TOKEN }}
277277 fetch-depth : 0
@@ -381,7 +381,7 @@ jobs:
381381
382382 steps :
383383 - name : Checkout repository
384- uses : actions/checkout@v4
384+ uses : actions/checkout@v7
385385 with :
386386 token : ${{ secrets.GITHUB_TOKEN }}
387387
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919
2020 steps :
21- - uses : actions/checkout@v6
21+ - uses : actions/checkout@v7
2222
2323 - name : Setup Pantry
2424 uses : home-lang/pantry/packages/action@main
3333 runs-on : ubuntu-latest
3434
3535 steps :
36- - uses : actions/checkout@v6
36+ - uses : actions/checkout@v7
3737
3838 - name : Setup Pantry
3939 uses : home-lang/pantry/packages/action@main
5151 runs-on : ubuntu-latest
5252
5353 steps :
54- - uses : actions/checkout@v6
54+ - uses : actions/checkout@v7
5555
5656 - name : Setup Pantry
5757 uses : home-lang/pantry/packages/action@main
7171 runs-on : ubuntu-latest
7272
7373 steps :
74- - uses : actions/checkout@v6
74+ - uses : actions/checkout@v7
7575 with :
7676 fetch-depth : 0
7777
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v6
18+ - uses : actions/checkout@v7
1919 with :
2020 fetch-depth : 0
2121
You can’t perform that action at this time.
0 commit comments