Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
Update Swatinem/rust-cache action to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 9, 2022
1 parent 22c9bc3 commit ff27111
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2.1.0
- uses: Swatinem/rust-cache@v2.2.0
- run: cargo check --workspace --all-targets
env:
RUSTFLAGS: "-D warnings"
Expand All @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2.1.0
- uses: Swatinem/rust-cache@v2.2.0
- run: cargo test --workspace

fmt:
Expand All @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: rustup component add rustfmt
- uses: Swatinem/rust-cache@v2.1.0
- uses: Swatinem/rust-cache@v2.2.0
- run: cargo fmt --all -- --check

clippy:
Expand All @@ -40,5 +40,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: rustup component add clippy
- uses: Swatinem/rust-cache@v2.1.0
- uses: Swatinem/rust-cache@v2.2.0
- run: cargo clippy --workspace -- --deny warnings

0 comments on commit ff27111

Please sign in to comment.