Skip to content

Commit e70b805

Browse files
Update Swatinem/rust-cache action to v2.8.1 (#1430)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a48756d commit e70b805

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: cargo --version
3434
- name: Report Clippy version
3535
run: cargo clippy -- --version
36-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
36+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
3737
- name: Run Clippy Lints
3838
run: cargo clippy --all-targets -- --deny warnings
3939

@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
4444
- name: Report cargo version
4545
run: cargo --version
46-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
46+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
4747
- name: Check Docs
4848
run: cargo doc --no-deps --lib --bins --examples
4949

@@ -63,7 +63,7 @@ jobs:
6363
run: cargo --version
6464
- name: Report rustc version
6565
run: rustc --version
66-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
66+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
6767
with:
6868
# Matrix instances other than OS need to be added to this explicitly
6969
key: ${{ matrix.features }}

0 commit comments

Comments
 (0)