|
24 | 24 | runs-on: ubuntu-24.04
|
25 | 25 | timeout-minutes: 10
|
26 | 26 | steps:
|
27 |
| - - uses: actions/checkout@v4 |
| 27 | + - uses: actions/checkout@v5 |
28 | 28 | - name: Setup Rust toolchain
|
29 | 29 | run: ./ci/install-rust.sh && rustup component add rustfmt
|
30 | 30 | - name: Check style
|
|
38 | 38 | runs-on: ${{ matrix.os }}
|
39 | 39 | timeout-minutes: 10
|
40 | 40 | steps:
|
41 |
| - - uses: actions/checkout@v4 |
| 41 | + - uses: actions/checkout@v5 |
42 | 42 | - run: rustup update stable --no-self-update
|
43 | 43 | - uses: Swatinem/rust-cache@v2
|
44 | 44 | # Here we use the latest stable Rust toolchain already installed by GitHub
|
|
61 | 61 | env:
|
62 | 62 | TOOLCHAIN: ${{ matrix.toolchain }}
|
63 | 63 | steps:
|
64 |
| - - uses: actions/checkout@v4 |
| 64 | + - uses: actions/checkout@v5 |
65 | 65 | - name: Setup Rust toolchain
|
66 | 66 | run: ./ci/install-rust.sh
|
67 | 67 |
|
@@ -131,7 +131,7 @@ jobs:
|
131 | 131 | env:
|
132 | 132 | TARGET: ${{ matrix.target }}
|
133 | 133 | steps:
|
134 |
| - - uses: actions/checkout@v4 |
| 134 | + - uses: actions/checkout@v5 |
135 | 135 | - name: Setup Rust toolchain
|
136 | 136 | run: ./ci/install-rust.sh
|
137 | 137 | - uses: Swatinem/rust-cache@v2
|
@@ -240,7 +240,7 @@ jobs:
|
240 | 240 | env:
|
241 | 241 | TARGET: ${{ matrix.target }}
|
242 | 242 | steps:
|
243 |
| - - uses: actions/checkout@v4 |
| 243 | + - uses: actions/checkout@v5 |
244 | 244 | - name: Setup Rust toolchain
|
245 | 245 | run: ./ci/install-rust.sh
|
246 | 246 | - uses: Swatinem/rust-cache@v2
|
@@ -279,7 +279,7 @@ jobs:
|
279 | 279 | - x86_64-pc-solaris
|
280 | 280 | timeout-minutes: 25
|
281 | 281 | steps:
|
282 |
| - - uses: actions/checkout@v4 |
| 282 | + - uses: actions/checkout@v5 |
283 | 283 | - name: test on Solaris
|
284 | 284 |
|
285 | 285 | with:
|
|
0 commit comments