Skip to content

Commit

Permalink
Merge pull request #291 from arkedge/renovate/swatinem-rust-cache-2.x
Browse files Browse the repository at this point in the history
Update Swatinem/rust-cache action to v2.7.5
  • Loading branch information
KOBA789 authored Nov 12, 2024
2 parents b4c40fd + 69accc8 commit 056e2ea
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devtools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
toolchain: ${{ steps.toolchain.outputs.toolchain }}

- name: cache dependencies
uses: Swatinem/[email protected].3
uses: Swatinem/[email protected].5

- name: Install wasm-pack
run: cargo install wasm-pack --locked
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
toolchain: ${{ steps.toolchain.outputs.toolchain }}
targets: ${{ matrix.target }}

- uses: Swatinem/[email protected].3
- uses: Swatinem/[email protected].5

- name: install cargo-about
run: |
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
with:
toolchain: ${{ steps.toolchain.outputs.toolchain }}

- uses: Swatinem/[email protected].3
- uses: Swatinem/[email protected].5

- name: install cargo-about
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
components: clippy, rustfmt

- name: cache dependencies
uses: Swatinem/[email protected].3
uses: Swatinem/[email protected].5

- name: Install cargo-about
run: cargo install cargo-about --locked
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
toolchain: ${{ steps.toolchain.outputs.toolchain }}

- name: cache dependencies
uses: Swatinem/[email protected].3
uses: Swatinem/[email protected].5

- name: Install cargo-about
run: cargo install cargo-about --locked
Expand Down

0 comments on commit 056e2ea

Please sign in to comment.