Skip to content

Commit

Permalink
Merge pull request #90 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.0
  • Loading branch information
sksat authored Sep 19, 2023
2 parents 85901a5 + 1af0c02 commit 3bb4c81
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 @@ -70,7 +70,7 @@ jobs:
components: clippy, rustfmt

- name: cache Rust dependencies
uses: Swatinem/rust-cache@v2.6.2
uses: Swatinem/rust-cache@v2.7.0

- 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/rust-cache@v2.6.2
uses: Swatinem/rust-cache@v2.7.0

- name: reviewdog / clippy
uses: sksat/[email protected]
Expand Down

0 comments on commit 3bb4c81

Please sign in to comment.