Skip to content

Commit

Permalink
Merge pull request #110 from arkedge/renovate/swatinem-rust-cache-2.x
Browse files Browse the repository at this point in the history
chore(deps): update swatinem/rust-cache action to v2.7.5
  • Loading branch information
sksat authored Nov 13, 2024
2 parents 8d304d7 + 7dc7941 commit 54a87ee
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/[email protected].3
- uses: Swatinem/[email protected].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/[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 @@ -31,7 +31,7 @@ jobs:
components: clippy, rustfmt

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

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

0 comments on commit 54a87ee

Please sign in to comment.