also looking at this
chore(deps): update actions/checkout action to v7
#75
3 files
+10
-10
| @@ -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@v7 | |
| 155 | 155 | with: |
| 156 | 156 | token: ${{ secrets.GITHUB_TOKEN }} |
| 157 | 157 | fetch-depth: 0 # Fetch full history for rebasing |
| @@ -191,7 +191,7 @@ jobs: | ||
| 191 | 191 | |
| 192 | 192 | steps: |
| 193 | 193 | - name: Checkout repository |
| 194 | uses: actions/checkout@v4 | |
| 194 | uses: actions/checkout@v7 | |
| 195 | 195 | with: |
| 196 | 196 | token: ${{ secrets.GITHUB_TOKEN }} |
| 197 | 197 | fetch-depth: 0 |
| @@ -275,7 +275,7 @@ jobs: | ||
| 275 | 275 | |
| 276 | 276 | steps: |
| 277 | 277 | - name: Checkout repository |
| 278 | uses: actions/checkout@v4 | |
| 278 | uses: actions/checkout@v7 | |
| 279 | 279 | with: |
| 280 | 280 | token: ${{ secrets.GITHUB_TOKEN }} |
| 281 | 281 | fetch-depth: 0 |
| @@ -387,7 +387,7 @@ jobs: | ||
| 387 | 387 | |
| 388 | 388 | steps: |
| 389 | 389 | - name: Checkout repository |
| 390 | uses: actions/checkout@v4 | |
| 390 | uses: actions/checkout@v7 | |
| 391 | 391 | with: |
| 392 | 392 | token: ${{ secrets.GITHUB_TOKEN }} |
| 393 | 393 | |