Skip to content

Commit

Permalink
Update Swatinem/rust-cache action to v2.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 28, 2024
1 parent 6e0704e commit 65005c3
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 @@ -49,7 +49,7 @@ jobs:
toolchain: ${{ steps.toolchain.outputs.toolchain }}
targets: ${{ matrix.target }}

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

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

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

- 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 @@ -36,7 +36,7 @@ jobs:
components: clippy, rustfmt

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

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

0 comments on commit 65005c3

Please sign in to comment.