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
@@ -158,7 +158,7 @@ jobs:
158
158
159
159
steps :
160
160
- name : Checkout repository
161
- uses : actions/checkout@v4
161
+ uses : actions/checkout@v5.0.0
162
162
with :
163
163
token : ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
164
164
fetch-depth : 0
@@ -242,7 +242,7 @@ jobs:
242
242
243
243
steps :
244
244
- name : Checkout repository
245
- uses : actions/checkout@v4
245
+ uses : actions/checkout@v5.0.0
246
246
with :
247
247
token : ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
248
248
fetch-depth : 0
@@ -353,7 +353,7 @@ jobs:
353
353
354
354
steps :
355
355
- name : Checkout repository
356
- uses : actions/checkout@v4
356
+ uses : actions/checkout@v5.0.0
357
357
with :
358
358
token : ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
359
359
You can’t perform that action at this time.
0 commit comments