Skip to content

Commit

Permalink
Update rust cache version in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
asaaki committed Sep 19, 2022
1 parent 85c398e commit 9818c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
with:
node-version: '16'

- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
with:
working-directory: rust
workspace: rust

- uses: actions/cache@v3
with:
Expand Down

0 comments on commit 9818c27

Please sign in to comment.