Bump Swatinem/rust-cache from 1.4.0 to 2.0.1 (#14)
This commit is contained in:
parent
97d3608c8d
commit
5f68a631de
8
.github/workflows/rust.yml
vendored
8
.github/workflows/rust.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
profile: minimal
|
profile: minimal
|
||||||
- name: Rust Cache
|
- name: Rust Cache
|
||||||
uses: Swatinem/rust-cache@v1.4.0
|
uses: Swatinem/rust-cache@v2.0.1
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ jobs:
|
||||||
- name: Install RustFmt
|
- name: Install RustFmt
|
||||||
run: rustup component add rustfmt
|
run: rustup component add rustfmt
|
||||||
- name: Rust Cache
|
- name: Rust Cache
|
||||||
uses: Swatinem/rust-cache@v1.4.0
|
uses: Swatinem/rust-cache@v2.0.1
|
||||||
- name: Run format check
|
- name: Run format check
|
||||||
run: cargo fmt --all --check
|
run: cargo fmt --all --check
|
||||||
- name: Run clippy
|
- name: Run clippy
|
||||||
|
@ -70,7 +70,7 @@ jobs:
|
||||||
- name: Install Audit
|
- name: Install Audit
|
||||||
run: cargo install cargo-audit
|
run: cargo install cargo-audit
|
||||||
- name: Rust Cache
|
- name: Rust Cache
|
||||||
uses: Swatinem/rust-cache@v1.4.0
|
uses: Swatinem/rust-cache@v2.0.1
|
||||||
- name: Run Audit
|
- name: Run Audit
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
|
@ -95,7 +95,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
toolchain: ${{ matrix.rv }}
|
toolchain: ${{ matrix.rv }}
|
||||||
- name: Rust Cache
|
- name: Rust Cache
|
||||||
uses: Swatinem/rust-cache@v1.4.0
|
uses: Swatinem/rust-cache@v2.0.1
|
||||||
- name: Cargo Build
|
- name: Cargo Build
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user