Skip to content

Commit

Permalink
Update Swatinem/rust-cache action to v2.1.0 (rust-lang#75)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 6, 2022
1 parent 82a1d70 commit b0556ab
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 @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: rustup override set ${{env.MSRV}}
- uses: Swatinem/rust-cache@v2.0.2
- uses: Swatinem/rust-cache@v2.1.0
- run: cargo check --workspace --all-targets
env:
RUSTFLAGS: "-D warnings"
Expand All @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: rustup override set ${{env.MSRV}}
- uses: Swatinem/rust-cache@v2.0.2
- uses: Swatinem/rust-cache@v2.1.0
- run: cargo test --workspace

fmt:
Expand All @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v3
- run: rustup override set ${{env.MSRV}}
- run: rustup component add rustfmt
- uses: Swatinem/rust-cache@v2.0.2
- uses: Swatinem/rust-cache@v2.1.0
- run: cargo fmt --all -- --check

clippy:
Expand All @@ -49,5 +49,5 @@ jobs:
- uses: actions/checkout@v3
- run: rustup override set ${{env.MSRV}}
- run: rustup component add clippy
- uses: Swatinem/rust-cache@v2.0.2
- uses: Swatinem/rust-cache@v2.1.0
- run: cargo clippy --workspace -- --deny warnings

0 comments on commit b0556ab

Please sign in to comment.