Skip to content

Commit

Permalink
Merge pull request #57 from EEWBot/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
yanorei32 authored Feb 8, 2025
2 parents 64a1a5e + 44586ca commit 0e98199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
target: x86_64-pc-windows-gnu

- name: cache dependencies
uses: Swatinem/rust-cache@v2.7.3
uses: Swatinem/rust-cache@v2.7.7

- name: clippy check
uses: actions-rs/clippy-check@v1.0.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
override: true

- name: cache dependencies
uses: Swatinem/rust-cache@v2.7.3
uses: Swatinem/rust-cache@v2.7.7

- name: clippy check
uses: actions-rs/clippy-check@v1.0.7
Expand Down

0 comments on commit 0e98199

Please sign in to comment.