@@ -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
123123 with :
124124 token : ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
125125 fetch-depth : 0 # Fetch full history for rebasing
@@ -156,7 +156,7 @@ jobs:
156156
157157 steps :
158158 - name : Checkout repository
159- uses : actions/checkout@v4
159+ uses : actions/checkout@v5
160160 with :
161161 token : ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
162162 fetch-depth : 0
@@ -234,7 +234,7 @@ jobs:
234234
235235 steps :
236236 - name : Checkout repository
237- uses : actions/checkout@v4
237+ uses : actions/checkout@v5
238238 with :
239239 token : ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
240240 fetch-depth : 0
@@ -343,7 +343,7 @@ jobs:
343343
344344 steps :
345345 - name : Checkout repository
346- uses : actions/checkout@v4
346+ uses : actions/checkout@v5
347347 with :
348348 token : ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
349349
0 commit comments