|
84 | 84 | os: [macos-14, ubuntu-24.04] |
85 | 85 | runs-on: ${{ matrix.os }} |
86 | 86 | steps: |
87 | | - - uses: actions/checkout@v6 |
| 87 | + - uses: actions/checkout@v7 |
88 | 88 |
|
89 | 89 | - name: Free up disk space (macOS) |
90 | 90 | if: runner.os == 'macOS' |
@@ -159,7 +159,7 @@ jobs: |
159 | 159 | runs-on: macos-14 |
160 | 160 | if: github.event_name != 'pull_request' || github.base_ref == 'main' |
161 | 161 | steps: |
162 | | - - uses: actions/checkout@v6 |
| 162 | + - uses: actions/checkout@v7 |
163 | 163 |
|
164 | 164 | - name: Free up disk space (macOS) |
165 | 165 | run: | |
@@ -205,7 +205,7 @@ jobs: |
205 | 205 | runs-on: ubuntu-24.04 |
206 | 206 | if: github.event_name != 'pull_request' || github.base_ref == 'main' |
207 | 207 | steps: |
208 | | - - uses: actions/checkout@v6 |
| 208 | + - uses: actions/checkout@v7 |
209 | 209 |
|
210 | 210 | - name: Install Rust toolchain |
211 | 211 | uses: dtolnay/rust-toolchain@stable |
@@ -247,7 +247,7 @@ jobs: |
247 | 247 | startsWith(github.ref, 'refs/tags/v') || |
248 | 248 | github.event.inputs.run_e2e == 'true' |
249 | 249 | steps: |
250 | | - - uses: actions/checkout@v6 |
| 250 | + - uses: actions/checkout@v7 |
251 | 251 |
|
252 | 252 | - name: Install Rust toolchain |
253 | 253 | uses: dtolnay/rust-toolchain@stable |
@@ -311,7 +311,7 @@ jobs: |
311 | 311 | matrix: |
312 | 312 | target: [compose_yaml_parse, env_interpolation, compose_spec_json_round_trip] |
313 | 313 | steps: |
314 | | - - uses: actions/checkout@v6 |
| 314 | + - uses: actions/checkout@v7 |
315 | 315 |
|
316 | 316 | - name: Install nightly Rust + cargo-fuzz |
317 | 317 | run: | |
|
0 commit comments