|
17 | 17 | runs-on: ubuntu-latest |
18 | 18 |
|
19 | 19 | steps: |
20 | | - - uses: actions/checkout@v2 |
| 20 | + - uses: actions/checkout@v4 |
21 | 21 | - name: Run rustfmt |
22 | 22 | run: cargo fmt --all -- --check |
23 | 23 |
|
|
46 | 46 | - wasm32-unknown-unknown |
47 | 47 |
|
48 | 48 | steps: |
49 | | - - uses: actions/checkout@v2 |
| 49 | + - uses: actions/checkout@v4 |
50 | 50 | - name: Setup Rust |
51 | 51 | run: rustup target add ${{ matrix.target }} |
52 | 52 | - name: Run Clippy |
|
84 | 84 | # avx512vl, but occasionally doesn't. Maybe one day we can enable it. |
85 | 85 |
|
86 | 86 | steps: |
87 | | - - uses: actions/checkout@v2 |
| 87 | + - uses: actions/checkout@v4 |
88 | 88 | - name: Setup Rust |
89 | 89 | run: rustup target add ${{ matrix.target }} |
90 | 90 |
|
@@ -139,7 +139,7 @@ jobs: |
139 | 139 | - aarch64-apple-darwin |
140 | 140 | - x86_64-apple-darwin |
141 | 141 | steps: |
142 | | - - uses: actions/checkout@v2 |
| 142 | + - uses: actions/checkout@v4 |
143 | 143 | - name: Setup Rust |
144 | 144 | run: rustup target add ${{ matrix.target }} |
145 | 145 |
|
@@ -167,7 +167,7 @@ jobs: |
167 | 167 | - { name: default, RUSTFLAGS: "" } |
168 | 168 | - { name: simd128, RUSTFLAGS: "-C target-feature=+simd128" } |
169 | 169 | steps: |
170 | | - - uses: actions/checkout@v2 |
| 170 | + - uses: actions/checkout@v4 |
171 | 171 | - name: Install wasm-pack |
172 | 172 | run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh |
173 | 173 | - name: Test (debug) |
@@ -211,7 +211,7 @@ jobs: |
211 | 211 | # - { target: riscv64gc-unknown-linux-gnu, target_feature: "+v,+zvl128b" } |
212 | 212 |
|
213 | 213 | steps: |
214 | | - - uses: actions/checkout@v2 |
| 214 | + - uses: actions/checkout@v4 |
215 | 215 | - name: Setup Rust |
216 | 216 | run: rustup target add ${{ matrix.target }} |
217 | 217 |
|
@@ -253,6 +253,6 @@ jobs: |
253 | 253 | env: |
254 | 254 | PROPTEST_CASES: 16 |
255 | 255 | steps: |
256 | | - - uses: actions/checkout@v2 |
| 256 | + - uses: actions/checkout@v4 |
257 | 257 | - name: Test (Miri) |
258 | 258 | run: cargo miri test |
0 commit comments