File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145145 if : ${{ needs.determine-jobs.outputs.run_check == 'true' || needs.determine-jobs.outputs.run_update == 'true' || needs.determine-jobs.outputs.run_dashboard == 'true' }}
146146 steps :
147147 - name : Checkout repository
148- uses : actions/checkout@v4
148+ uses : actions/checkout@v6
149149 with :
150150 token : ${{ secrets.GITHUB_TOKEN }}
151151 fetch-depth : 0 # Fetch full history for rebasing
@@ -183,7 +183,7 @@ jobs:
183183
184184 steps :
185185 - name : Checkout repository
186- uses : actions/checkout@v4
186+ uses : actions/checkout@v6
187187 with :
188188 token : ${{ secrets.GITHUB_TOKEN }}
189189 fetch-depth : 0
@@ -265,7 +265,7 @@ jobs:
265265
266266 steps :
267267 - name : Checkout repository
268- uses : actions/checkout@v4
268+ uses : actions/checkout@v6
269269 with :
270270 token : ${{ secrets.GITHUB_TOKEN }}
271271 fetch-depth : 0
@@ -375,7 +375,7 @@ jobs:
375375
376376 steps :
377377 - name : Checkout repository
378- uses : actions/checkout@v4
378+ uses : actions/checkout@v6
379379 with :
380380 token : ${{ secrets.GITHUB_TOKEN }}
381381
You can’t perform that action at this time.
0 commit comments