Skip to content

Commit

Permalink
chore(deps): Bump Swatinem/rust-cache from 2.7.3 to 2.7.5
Browse files Browse the repository at this point in the history
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.3 to 2.7.5.
- [Release notes](https://github.com/swatinem/rust-cache/releases)
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md)
- [Commits](Swatinem/rust-cache@v2.7.3...v2.7.5)

---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent c5f34f4 commit 8ecaf8c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
with:
tool: cross
- name: Cache build artifacts
uses: Swatinem/[email protected].3
uses: Swatinem/[email protected].5
with:
key: ${{ matrix.target }}
- name: Setup Ruby
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
toolchain: ${{ matrix.toolchain }}
targets: ${{ matrix.target }}
- name: Cache build artifacts
uses: Swatinem/[email protected].3
uses: Swatinem/[email protected].5
with:
key: ${{ matrix.target }}
- name: Run tests
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
with:
node-version: 20
- name: Cache build artifacts
uses: Swatinem/[email protected].3
uses: Swatinem/[email protected].5
- name: Run tests
run: wasm-pack test --node crates/wasm

Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
toolchain: stable
components: rustfmt
- name: Cache build artifacts
uses: Swatinem/[email protected].3
uses: Swatinem/[email protected].5
- name: Check code formatted
run: cargo fmt --all -- --check

Expand All @@ -156,7 +156,7 @@ jobs:
toolchain: stable
components: clippy
- name: Cache build artifacts
uses: Swatinem/[email protected].3
uses: Swatinem/[email protected].5
- name: Check no lint warnings
run: cargo clippy --workspace -- -D warnings
- name: Check no lint warnings (no default features)
Expand All @@ -173,7 +173,7 @@ jobs:
with:
toolchain: stable
- name: Cache build artifacts
uses: Swatinem/[email protected].3
uses: Swatinem/[email protected].5
- name: Check no `rustdoc` lint warnings
run: RUSTDOCFLAGS="-D warnings" cargo doc --workspace --exclude abcrypt-cli --no-deps --document-private-items

Expand All @@ -188,7 +188,7 @@ jobs:
with:
toolchain: nightly
- name: Cache build artifacts
uses: Swatinem/[email protected].3
uses: Swatinem/[email protected].5
- name: Run benchmarks
run: cargo bench -p abcrypt

Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
- name: Setup just
uses: extractions/setup-just@v2
- name: Cache build artifacts
uses: Swatinem/[email protected].3
uses: Swatinem/[email protected].5
- name: Build examples for the C API
run: just build-capi-examples
- name: Check code formatted
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
with:
version: "latest"
- name: Cache build artifacts
uses: Swatinem/[email protected].3
uses: Swatinem/[email protected].5
- name: Check code formatted
run: deno fmt --check crates/wasm/examples/*.ts
- name: Check no lint warnings
Expand Down

0 comments on commit 8ecaf8c

Please sign in to comment.