Skip to content

Commit

Permalink
chore(deps): update swatinem/rust-cache action to v2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent 8d304d7 commit 7dc7941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
toolchain: ${{ steps.toolchain.outputs.toolchain }}
targets: ${{ matrix.target }}

- uses: Swatinem/rust-cache@v2.7.3
- uses: Swatinem/rust-cache@v2.7.5

- name: install cargo-about
run: |
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
toolchain: ${{ steps.toolchain.outputs.toolchain }}
targets: ${{ env.TARGET }}

- uses: Swatinem/rust-cache@v2.7.3
- uses: Swatinem/rust-cache@v2.7.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 @@ -31,7 +31,7 @@ jobs:
components: clippy, rustfmt

- name: cache dependencies
uses: Swatinem/rust-cache@v2.7.3
uses: Swatinem/rust-cache@v2.7.5

- name: install cargo-about
run: |
Expand Down

0 comments on commit 7dc7941

Please sign in to comment.