Skip to content

Commit

Permalink
Set v2
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgar2017 authored Nov 28, 2024
1 parent 624c13a commit fe09125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/rust-unit-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
- name: Rust cache
if: ${{ !(runner.os == 'macOS' && runner.arch == 'arm64') }}
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2
with:
shared-key: "rust-cargo-cache-${{ runner.os }}-${{ runner.arch }}"
save-if: ${{ github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit fe09125

Please sign in to comment.