Skip to content

Commit

Permalink
Merge pull request #9 from vectorgameexperts/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/Swatinem/rust-cache-2.7.0

Bump Swatinem/rust-cache from 2.6.2 to 2.7.0
  • Loading branch information
simbleau authored Sep 21, 2023
2 parents 5c857b9 + 1aa4348 commit b9a93f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
components: clippy,rustfmt

- name: Rust Cache
uses: Swatinem/rust-cache@v2.6.2
uses: Swatinem/rust-cache@v2.7.0

- name: Build | Clippy
run: cargo clippy -- -D warnings
Expand All @@ -40,7 +40,7 @@ jobs:
targets: wasm32-unknown-unknown

- name: Rust Cache
uses: Swatinem/rust-cache@v2.6.2
uses: Swatinem/rust-cache@v2.7.0

- name: Build | Check (native)
run: cargo check --all
Expand All @@ -67,7 +67,7 @@ jobs:
uses: jetli/[email protected]

- name: Rust Cache
uses: Swatinem/rust-cache@v2.6.2
uses: Swatinem/rust-cache@v2.7.0

- name: Build | Test (native)
run: cargo test --all
Expand Down

0 comments on commit b9a93f6

Please sign in to comment.