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 14, 2024
1 parent f1e5c39 commit 4738dc9
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 @@ -74,7 +74,7 @@ jobs:
components: clippy, rustfmt

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

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

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

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

0 comments on commit 4738dc9

Please sign in to comment.