Make everything use checkout@v3

This commit is contained in:
Jon Gjengset 2022-09-17 12:47:38 -07:00
parent 2de2235ad3
commit 0f90a0b779
10 changed files with 11 additions and 11 deletions

View file

@ -12,7 +12,7 @@ jobs:
profile: minimal
toolchain: nightly
override: true
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: cargo test -Zsanitizer=address
uses: actions-rs/cargo@v1
with:

View file

@ -11,7 +11,7 @@ jobs:
with:
profile: minimal
toolchain: stable
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- name: Install cargo-hack

View file

@ -11,7 +11,7 @@ jobs:
with:
toolchain: stable
profile: minimal
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: cargo test --test loom
uses: actions-rs/cargo@v1
with:

View file

@ -12,7 +12,7 @@ jobs:
profile: minimal
toolchain: nightly
override: true
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: |
# to get the symbolizer for debug symbol resolution
sudo apt install llvm

View file

@ -15,7 +15,7 @@ jobs:
with:
profile: minimal
toolchain: stable
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- name: cargo update -Zminimal-versions

View file

@ -15,7 +15,7 @@ jobs:
toolchain: ${{ env.NIGHTLY }}
override: true
components: miri
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: cargo miri test
uses: actions-rs/cargo@v1
with:

View file

@ -12,7 +12,7 @@ jobs:
profile: minimal
toolchain: 1.56.1 # 2021 edition requires 1.56
override: true
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- name: cargo +1.56.1 check

View file

@ -16,7 +16,7 @@ jobs:
profile: minimal
toolchain: stable
target: ${{ matrix.target }}
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: cargo check
uses: actions-rs/cargo@v1
with:

View file

@ -16,7 +16,7 @@ jobs:
with:
profile: minimal
toolchain: stable
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: cargo test
uses: actions-rs/cargo@v1
with:

View file

@ -17,7 +17,7 @@ jobs:
profile: minimal
toolchain: ${{ matrix.toolchain }}
components: rustfmt, clippy
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- name: cargo fmt --check
@ -37,7 +37,7 @@ jobs:
with:
profile: minimal
toolchain: nightly
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: cargo doc
uses: actions-rs/cargo@v1
with: