Skip to content

Commit

Permalink
chore(deps): update swatinem/rust-cache action to v2.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent b271d33 commit ac18d2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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/[email protected].5
- uses: Swatinem/[email protected].7

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

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

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

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

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

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

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

0 comments on commit ac18d2e

Please sign in to comment.