Skip to content

Commit 42da84d

Browse files
committed
update cache v4
1 parent 5e0fa7d commit 42da84d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ jobs:
4646
uses: actions/checkout@v4
4747

4848
- name: Cache Cargo registry
49-
uses: actions/cache@v3
49+
uses: actions/cache@v4
5050
with:
5151
path: |
5252
~/.cargo/registry
5353
~/.cargo/git
5454
key: ${{ matrix.os_name }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
5555

5656
- name: Cache Cargo build
57-
uses: actions/cache@v3
57+
uses: actions/cache@v4
5858
with:
5959
path: target
6060
key: ${{ matrix.os_name }}-cargo-build-${{ hashFiles('**/Cargo.lock') }}

0 commit comments

Comments
 (0)