File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119
119
if : ${{ needs.determine-jobs.outputs.run_check == 'true' || needs.determine-jobs.outputs.run_update == 'true' || needs.determine-jobs.outputs.run_dashboard == 'true' }}
120
120
steps :
121
121
- name : Checkout repository
122
- uses : actions/checkout@v4
122
+ uses : actions/checkout@v5.0.0
123
123
with :
124
124
token : ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
125
125
fetch-depth : 0 # Fetch full history for rebasing
@@ -156,7 +156,7 @@ jobs:
156
156
157
157
steps :
158
158
- name : Checkout repository
159
- uses : actions/checkout@v4
159
+ uses : actions/checkout@v5.0.0
160
160
with :
161
161
token : ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
162
162
fetch-depth : 0
@@ -247,7 +247,7 @@ jobs:
247
247
248
248
steps :
249
249
- name : Checkout repository
250
- uses : actions/checkout@v4
250
+ uses : actions/checkout@v5.0.0
251
251
with :
252
252
token : ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
253
253
fetch-depth : 0
@@ -356,7 +356,7 @@ jobs:
356
356
357
357
steps :
358
358
- name : Checkout repository
359
- uses : actions/checkout@v4
359
+ uses : actions/checkout@v5.0.0
360
360
with :
361
361
token : ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
362
362
You can’t perform that action at this time.
0 commit comments