Skip to content

Commit b4232cf

Browse files
authored
Merge pull request #396 from arkedge/renovate/swatinem-rust-cache-2.x
Update Swatinem/rust-cache action to v2.7.7
2 parents ff96658 + 252f5af commit b4232cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
components: clippy, rustfmt
8181

8282
- name: cache Rust dependencies
83-
uses: Swatinem/rust-cache@v2.7.5
83+
uses: Swatinem/rust-cache@v2.7.7
8484

8585
- name: Install Protoc
8686
uses: arduino/setup-protoc@v1

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
components: clippy, rustfmt
3737

3838
- name: cache dependencies
39-
uses: Swatinem/rust-cache@v2.7.5
39+
uses: Swatinem/rust-cache@v2.7.7
4040

4141
- name: setup c2a-core
4242
run: ./setup.sh

0 commit comments

Comments
 (0)