-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump Swatinem/rust-cache from 2.7.3 to 2.7.5
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
1 parent
c5f34f4
commit 8ecaf8c
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
||
|
@@ -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) | ||
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
@@ -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 | ||
|