Upgrade GitHub actions
This commit is contained in:
parent
4c85fe9c78
commit
927be5f256
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -53,10 +53,10 @@ jobs:
|
|||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
- uses: Swatinem/rust-cache@v1
|
- uses: Swatinem/rust-cache@v2
|
||||||
|
|
||||||
- name: Check spelling
|
- name: Check spelling
|
||||||
uses: crate-ci/typos@v1.12.12
|
uses: crate-ci/typos@v1.14.8
|
||||||
|
|
||||||
- name: Install cargo-sort
|
- name: Install cargo-sort
|
||||||
uses: actions-rs/install@v0.1
|
uses: actions-rs/install@v0.1
|
||||||
@ -112,7 +112,7 @@ jobs:
|
|||||||
toolchain: stable
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
- uses: Swatinem/rust-cache@v1
|
- uses: Swatinem/rust-cache@v2
|
||||||
with:
|
with:
|
||||||
# A stable compiler update should automatically not reuse old caches.
|
# A stable compiler update should automatically not reuse old caches.
|
||||||
# Add the MSRV as a stable cache key too so bumping it also gets us a
|
# Add the MSRV as a stable cache key too so bumping it also gets us a
|
||||||
@ -164,7 +164,7 @@ jobs:
|
|||||||
toolchain: stable
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
- uses: Swatinem/rust-cache@v1
|
- uses: Swatinem/rust-cache@v2
|
||||||
|
|
||||||
- name: Get xtask
|
- name: Get xtask
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
@ -212,7 +212,7 @@ jobs:
|
|||||||
override: true
|
override: true
|
||||||
components: ${{ matrix.components }}
|
components: ${{ matrix.components }}
|
||||||
|
|
||||||
- uses: Swatinem/rust-cache@v1
|
- uses: Swatinem/rust-cache@v2
|
||||||
|
|
||||||
- name: Get xtask
|
- name: Get xtask
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
@ -239,7 +239,7 @@ jobs:
|
|||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
- uses: Swatinem/rust-cache@v1
|
- uses: Swatinem/rust-cache@v2
|
||||||
|
|
||||||
- name: Get xtask
|
- name: Get xtask
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user