Skip to content

Commit

Permalink
build(deps): bump Swatinem/rust-cache from 2.7.5 to 2.7.7 (#55)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent 8192e8d commit 03ca91a
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 @@ -29,7 +29,7 @@ jobs:
components: clippy, rustfmt

- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.5
uses: Swatinem/rust-cache@v2.7.7

- name: Cargo fmt
uses: actions-rs/cargo@v1.0.3
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
version: 0.5

- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.5
uses: Swatinem/rust-cache@v2.7.7

- name: Cargo check all targets and features, except wasm
run: |
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.5
uses: Swatinem/rust-cache@v2.7.7

- name: Cargo test
uses: actions-rs/cargo@v1.0.3
Expand Down

0 comments on commit 03ca91a

Please sign in to comment.