Update actions/checkout in GitHub Actions workflow to v3 (#282)

This commit is contained in:
Dirk Stolle 2023-03-07 08:44:55 +01:00 committed by GitHub
parent 3efde345b6
commit c33b49bf5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ jobs:
name: Test simd backend (nightly) name: Test simd backend (nightly)
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly - uses: dtolnay/rust-toolchain@nightly
- env: - env:
RUSTFLAGS: '--cfg curve25519_dalek_backend="simd" -C target_feature=+avx2' RUSTFLAGS: '--cfg curve25519_dalek_backend="simd" -C target_feature=+avx2'