Skip to content

Commit

Permalink
Merge pull request #396 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.7
  • Loading branch information
sksat authored Jan 9, 2025
2 parents ff96658 + 252f5af commit b4232cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
components: clippy, rustfmt

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

- name: Install Protoc
uses: arduino/setup-protoc@v1
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/[email protected].5
uses: Swatinem/[email protected].7

- name: setup c2a-core
run: ./setup.sh
Expand Down

0 comments on commit b4232cf

Please sign in to comment.