Skip to content

Commit

Permalink
Merge pull request #58 from conduit-rust/renovate/swatinem-rust-cache…
Browse files Browse the repository at this point in the history
…-2.x

Update Swatinem/rust-cache action to v2
  • Loading branch information
jtgeibel authored Aug 27, 2022
2 parents 7df08d7 + d931431 commit 5930592
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@v1.4.0
- uses: Swatinem/rust-cache@v2.0.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@v1.4.0
- uses: Swatinem/rust-cache@v2.0.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@v1.4.0
- uses: Swatinem/rust-cache@v2.0.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@v1.4.0
- uses: Swatinem/rust-cache@v2.0.0
- run: cargo clippy --workspace -- --deny warnings

0 comments on commit 5930592

Please sign in to comment.