Skip to content

Commit

Permalink
Merge pull request #2 from jBernavaPrah/dependabot/github_actions/Swa…
Browse files Browse the repository at this point in the history
…tinem/rust-cache-2

chore(deps): bump Swatinem/rust-cache from 1 to 2
  • Loading branch information
jBernavaPrah authored Aug 6, 2024
2 parents 94729fc + 6296288 commit 87dad2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable

- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2

- name: Run cargo check
run: cargo check --all --all-features
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable

- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2

- run: cargo test --all --all-features

Expand All @@ -56,7 +56,7 @@ jobs:
with:
components: rustfmt,clippy

- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2

- name: Run cargo fmt
run: cargo fmt --all -- --check
Expand Down

0 comments on commit 87dad2a

Please sign in to comment.