Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump Swatinem/rust-cache from 2.7.3 to 2.7.5 #454

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
14 changes: 7 additions & 7 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 @@ -85,7 +85,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 All @@ -101,7 +101,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 @@ -117,7 +117,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 @@ -134,7 +134,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 scryptenc-cli --no-deps --document-private-items

Expand All @@ -149,7 +149,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 scryptenc

Expand All @@ -172,7 +172,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
Loading