Skip to content

Commit e319de4

Browse files
committed
update cache action image
1 parent 22273c8 commit e319de4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: cargo check --locked
4141

4242
- name: Cache cargo registry
43-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
43+
uses: actions/cache@v4
4444
with:
4545
path: |
4646
$CARGO_HOME/registry/index/
@@ -54,7 +54,7 @@ jobs:
5454
${{ runner.os }}-cargo-registry-
5555
5656
- name: Cache cargo build
57-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
57+
uses: actions/cache@v4
5858
with:
5959
path: target/
6060
key: ${{ runner.os }}-cargo-build-${{ hashFiles('**/Cargo.lock') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: cargo check --locked --target ${{ matrix.target }}
4646

4747
- name: Cache cargo registry
48-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
48+
uses: actions/cache@v4
4949
with:
5050
path: |
5151
~/.cargo/registry/index/

0 commit comments

Comments
 (0)