Skip to content

Commit

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

build(deps): bump Swatinem/rust-cache from 2.7.0 to 2.7.3
  • Loading branch information
simbleau authored Feb 29, 2024
2 parents 1533ebe + 2030bf8 commit a542fca
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 @@ -14,7 +14,7 @@ jobs:
components: clippy,rustfmt

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

- name: Build | Clippy
uses: actions-rs/cargo@v1
Expand All @@ -37,7 +37,7 @@ jobs:
targets: wasm32-unknown-unknown

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

- name: Build | Check (native)
run: cargo check --all
Expand All @@ -61,7 +61,7 @@ jobs:
uses: jetli/wasm-pack-action@v0.4.0

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

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

0 comments on commit a542fca

Please sign in to comment.