We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e0fa7d commit 42da84dCopy full SHA for 42da84d
.github/workflows/release.yml
@@ -46,15 +46,15 @@ jobs:
46
uses: actions/checkout@v4
47
48
- name: Cache Cargo registry
49
- uses: actions/cache@v3
+ uses: actions/cache@v4
50
with:
51
path: |
52
~/.cargo/registry
53
~/.cargo/git
54
key: ${{ matrix.os_name }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
55
56
- name: Cache Cargo build
57
58
59
path: target
60
key: ${{ matrix.os_name }}-cargo-build-${{ hashFiles('**/Cargo.lock') }}
0 commit comments