Skip to content

Commit b41abda

Browse files
Update swatinem/rust-cache action to v2.8.0 (#178)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d2dabb1 commit b41abda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828

2929
- name: Cache build artifacts
30-
uses: swatinem/rust-cache@v2.7.8
30+
uses: swatinem/rust-cache@v2.8.0
3131
with:
3232
prefix-key: cargo-1.87.0
3333

@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/checkout@v4
6464

6565
- name: Cache build artifacts
66-
uses: swatinem/rust-cache@v2.7.8
66+
uses: swatinem/rust-cache@v2.8.0
6767
with:
6868
prefix-key: cargo-1.87.0
6969

0 commit comments

Comments
 (0)