also looking at this
chore(deps): update actions/checkout action to v6 - autoclosed
#74
1 file
+4
-4
Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.
| @@ -151,7 +151,7 @@ jobs: | ||
| 151 | 151 | if: ${{ needs.determine-jobs.outputs.run_check == 'true' || needs.determine-jobs.outputs.run_update == 'true' || needs.determine-jobs.outputs.run_dashboard == 'true' }} |
| 152 | 152 | steps: |
| 153 | 153 | - name: Checkout repository |
| 154 | uses: actions/checkout@v4 | |
| 154 | uses: actions/checkout@v6 | |
| 155 | 155 | with: |
| 156 | 156 | token: ${{ secrets.GITHUB_TOKEN }} |
| 157 | 157 | fetch-depth: 0 # Fetch full history for rebasing |
| @@ -189,7 +189,7 @@ jobs: | ||
| 189 | 189 | |
| 190 | 190 | steps: |
| 191 | 191 | - name: Checkout repository |
| 192 | uses: actions/checkout@v4 | |
| 192 | uses: actions/checkout@v6 | |
| 193 | 193 | with: |
| 194 | 194 | token: ${{ secrets.GITHUB_TOKEN }} |
| 195 | 195 | fetch-depth: 0 |
| @@ -271,7 +271,7 @@ jobs: | ||
| 271 | 271 | |
| 272 | 272 | steps: |
| 273 | 273 | - name: Checkout repository |
| 274 | uses: actions/checkout@v4 | |
| 274 | uses: actions/checkout@v6 | |
| 275 | 275 | with: |
| 276 | 276 | token: ${{ secrets.GITHUB_TOKEN }} |
| 277 | 277 | fetch-depth: 0 |
| @@ -381,7 +381,7 @@ jobs: | ||
| 381 | 381 | |
| 382 | 382 | steps: |
| 383 | 383 | - name: Checkout repository |
| 384 | uses: actions/checkout@v4 | |
| 384 | uses: actions/checkout@v6 | |
| 385 | 385 | with: |
| 386 | 386 | token: ${{ secrets.GITHUB_TOKEN }} |
| 387 | 387 | |