Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 377e573

Browse files
authored
Merge pull request #156 from EEWBot/renovate/swatinem-rust-cache-2.x
Update Swatinem/rust-cache action to v2.7.8
2 parents a36fbc5 + b2cfd7e commit 377e573

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
targets: x86_64-pc-windows-gnu
3333

3434
- name: cache dependencies
35-
uses: Swatinem/rust-cache@v2.7.7
35+
uses: Swatinem/rust-cache@v2.7.8
3636

3737
- name: clippy check
3838
uses: sksat/action-clippy@v1.0.0

.github/workflows/review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
components: clippy
3131

3232
- name: cache dependencies
33-
uses: Swatinem/rust-cache@v2.7.7
33+
uses: Swatinem/rust-cache@v2.7.8
3434

3535
- name: clippy check
3636
uses: sksat/action-clippy@v1.0.0

0 commit comments

Comments
 (0)