Skip to content

Commit 9e612ed

Browse files
Update actions/cache action to v5
1 parent c8da518 commit 9e612ed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
components: rustfmt, clippy
3131

3232
- name: Cache cargo registry
33-
uses: actions/cache@v3.5.0
33+
uses: actions/cache@v5.0.3
3434
with:
3535
path: ~/.cargo/registry
3636
key: docker-registry-${{ hashFiles('**/Cargo.lock') }}
@@ -39,7 +39,7 @@ jobs:
3939
docker-
4040
4141
- name: Cache cargo index
42-
uses: actions/cache@v3.5.0
42+
uses: actions/cache@v5.0.3
4343
with:
4444
path: ~/.cargo/git
4545
key: docker-index-${{ hashFiles('**/Cargo.lock') }}
@@ -52,7 +52,7 @@ jobs:
5252
head -c16 /dev/urandom > src/secret.key
5353
5454
- name: Cache cargo build
55-
uses: actions/cache@v3.5.0
55+
uses: actions/cache@v5.0.3
5656
with:
5757
path: target
5858
key: docker-build-${{ hashFiles('**/Cargo.lock') }}

0 commit comments

Comments
 (0)