Skip to content

Commit ea18d1b

Browse files
Update swatinem/rust-cache action to v2.7.7
1 parent 0f30009 commit ea18d1b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/crates.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Cache build artifacts
22-
uses: swatinem/[email protected].3
22+
uses: swatinem/[email protected].7
2323

2424
- name: Publish to crates.io
2525
run: cargo publish --token ${{ secrets.CRATES_TOKEN }} -v --all-features

.github/workflows/rust.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@v4
5151

5252
- name: Cache build artifacts
53-
uses: swatinem/[email protected].3
53+
uses: swatinem/[email protected].7
5454

5555
- name: Install cargo-all-features
5656
run: cargo install cargo-all-features
@@ -70,7 +70,7 @@ jobs:
7070
uses: actions/checkout@v4
7171

7272
- name: Cache build artifacts
73-
uses: swatinem/[email protected].3
73+
uses: swatinem/[email protected].7
7474

7575
- name: Run Clippy
7676
run: cargo clippy --all-targets --all-features -- -D warnings
@@ -105,7 +105,7 @@ jobs:
105105
uses: actions/checkout@v4
106106

107107
- name: Cache build artifacts
108-
uses: swatinem/[email protected].3
108+
uses: swatinem/[email protected].7
109109

110110
- name: Run tests with test coverage
111111
run: |

0 commit comments

Comments
 (0)