Bump Swatinem/rust-cache from 2.1.0 to 2.2.0 (#18)

This commit is contained in:
dependabot[bot]
2022-11-14 08:33:26 +01:00
committed by GitHub
parent c98f43aa73
commit 23f9a53a26

View File

@@ -25,7 +25,7 @@ jobs:
toolchain: stable
profile: minimal
- name: Rust Cache
uses: Swatinem/rust-cache@v2.1.0
uses: Swatinem/rust-cache@v2.2.0
- name: Run tests
run: cargo test --verbose
@@ -50,7 +50,7 @@ jobs:
- name: Install RustFmt
run: rustup component add rustfmt
- name: Rust Cache
uses: Swatinem/rust-cache@v2.1.0
uses: Swatinem/rust-cache@v2.2.0
- name: Run format check
run: cargo fmt --all --check
- name: Run clippy
@@ -70,7 +70,7 @@ jobs:
- name: Install Audit
run: cargo install cargo-audit
- name: Rust Cache
uses: Swatinem/rust-cache@v2.1.0
uses: Swatinem/rust-cache@v2.2.0
- name: Run Audit
uses: actions-rs/cargo@v1
with:
@@ -95,7 +95,7 @@ jobs:
with:
toolchain: ${{ matrix.rv }}
- name: Rust Cache
uses: Swatinem/rust-cache@v2.1.0
uses: Swatinem/rust-cache@v2.2.0
- name: Cargo Build
uses: actions-rs/cargo@v1
with: