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:
119119 if : ${{ needs.determine-jobs.outputs.run_check == 'true' || needs.determine-jobs.outputs.run_update == 'true' || needs.determine-jobs.outputs.run_dashboard == 'true' }}
120120 steps :
121121 - name : Checkout repository
122- uses : actions/checkout@v4
122+ uses : actions/checkout@v5.0.0
123123 with :
124124 token : ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
125125 fetch-depth : 0 # Fetch full history for rebasing
@@ -158,7 +158,7 @@ jobs:
158158
159159 steps :
160160 - name : Checkout repository
161- uses : actions/checkout@v4
161+ uses : actions/checkout@v5.0.0
162162 with :
163163 token : ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
164164 fetch-depth : 0
@@ -241,7 +241,7 @@ jobs:
241241
242242 steps :
243243 - name : Checkout repository
244- uses : actions/checkout@v4
244+ uses : actions/checkout@v5.0.0
245245 with :
246246 token : ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
247247 fetch-depth : 0
@@ -352,7 +352,7 @@ jobs:
352352
353353 steps :
354354 - name : Checkout repository
355- uses : actions/checkout@v4
355+ uses : actions/checkout@v5.0.0
356356 with :
357357 token : ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
358358
You can’t perform that action at this time.
0 commit comments