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@v6
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@v6
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@v6
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@v6
385385 with :
386386 token : ${{ secrets.GITHUB_TOKEN }}
387387
You can’t perform that action at this time.
0 commit comments