Skip to content

Commit 9818c27

Browse files
committed
Update rust cache version in release workflow
1 parent 85c398e commit 9818c27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
with:
2626
node-version: '16'
2727

28-
- uses: Swatinem/rust-cache@v1
28+
- uses: Swatinem/rust-cache@v2
2929
with:
30-
working-directory: rust
30+
workspace: rust
3131

3232
- uses: actions/cache@v3
3333
with:

0 commit comments

Comments
 (0)