|
28 | 28 | runs-on: ubuntu-24.04
|
29 | 29 | timeout-minutes: 10
|
30 | 30 | steps:
|
31 |
| - - uses: actions/checkout@v4 |
| 31 | + - uses: actions/checkout@v5 |
32 | 32 | - name: Setup Rust toolchain
|
33 | 33 | run: ./ci/install-rust.sh && rustup component add rustfmt
|
34 | 34 | - name: Check style
|
|
42 | 42 | runs-on: ${{ matrix.os }}
|
43 | 43 | timeout-minutes: 10
|
44 | 44 | steps:
|
45 |
| - - uses: actions/checkout@v4 |
| 45 | + - uses: actions/checkout@v5 |
46 | 46 | - run: rustup update stable --no-self-update
|
47 | 47 | - uses: Swatinem/rust-cache@v2
|
48 | 48 | # Here we use the latest stable Rust toolchain already installed by GitHub
|
|
65 | 65 | env:
|
66 | 66 | TOOLCHAIN: ${{ matrix.toolchain }}
|
67 | 67 | steps:
|
68 |
| - - uses: actions/checkout@v4 |
| 68 | + - uses: actions/checkout@v5 |
69 | 69 | - name: Setup Rust toolchain
|
70 | 70 | run: ./ci/install-rust.sh
|
71 | 71 |
|
@@ -140,7 +140,7 @@ jobs:
|
140 | 140 | env:
|
141 | 141 | TARGET: ${{ matrix.target }}
|
142 | 142 | steps:
|
143 |
| - - uses: actions/checkout@v4 |
| 143 | + - uses: actions/checkout@v5 |
144 | 144 | - name: Setup Rust toolchain
|
145 | 145 | run: ./ci/install-rust.sh
|
146 | 146 | - uses: Swatinem/rust-cache@v2
|
@@ -249,7 +249,7 @@ jobs:
|
249 | 249 | env:
|
250 | 250 | TARGET: ${{ matrix.target }}
|
251 | 251 | steps:
|
252 |
| - - uses: actions/checkout@v4 |
| 252 | + - uses: actions/checkout@v5 |
253 | 253 | - name: Setup Rust toolchain
|
254 | 254 | run: ./ci/install-rust.sh
|
255 | 255 | - uses: Swatinem/rust-cache@v2
|
@@ -288,7 +288,7 @@ jobs:
|
288 | 288 | - x86_64-pc-solaris
|
289 | 289 | timeout-minutes: 25
|
290 | 290 | steps:
|
291 |
| - - uses: actions/checkout@v4 |
| 291 | + - uses: actions/checkout@v5 |
292 | 292 | - name: test on Solaris
|
293 | 293 |
|
294 | 294 | with:
|
|
0 commit comments