also looking at this
chore(deps): update actions/checkout action to v7
#757
3 files
+9
-9
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@v7 | |
| 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@v7 | |
| 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@v7 | |
| 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@v7 | |
| 385 | 385 | with: |
| 386 | 386 | token: ${{ secrets.GITHUB_TOKEN }} |
| 387 | 387 | |
| @@ -18,7 +18,7 @@ jobs: | ||
| 18 | 18 | runs-on: ubuntu-latest |
| 19 | 19 | |
| 20 | 20 | steps: |
| 21 | - uses: actions/checkout@v6 | |
| 21 | - uses: actions/checkout@v7 | |
| 22 | 22 | |
| 23 | 23 | - name: Install Bun |
| 24 | 24 | uses: oven-sh/setup-bun@v2 |
| @@ -41,7 +41,7 @@ jobs: | ||
| 41 | 41 | runs-on: ubuntu-latest |
| 42 | 42 | |
| 43 | 43 | steps: |
| 44 | - uses: actions/checkout@v6 | |
| 44 | - uses: actions/checkout@v7 | |
| 45 | 45 | |
| 46 | 46 | - name: Install Bun |
| 47 | 47 | uses: oven-sh/setup-bun@v2 |
| @@ -75,7 +75,7 @@ jobs: | ||
| 75 | 75 | --health-retries 10 |
| 76 | 76 | |
| 77 | 77 | steps: |
| 78 | - uses: actions/checkout@v6 | |
| 78 | - uses: actions/checkout@v7 | |
| 79 | 79 | |
| 80 | 80 | - name: Install Bun |
| 81 | 81 | uses: oven-sh/setup-bun@v2 |
| @@ -106,7 +106,7 @@ jobs: | ||
| 106 | 106 | runs-on: ubuntu-latest |
| 107 | 107 | |
| 108 | 108 | steps: |
| 109 | - uses: actions/checkout@v6 | |
| 109 | - uses: actions/checkout@v7 | |
| 110 | 110 | with: |
| 111 | 111 | fetch-depth: 0 |
| 112 | 112 | |