Skip to content

Commit 33e3df3

Browse files
Copilotspacemeowx2
andcommitted
Update actions/cache from v1 to v4 in rust.yml workflow
Co-authored-by: spacemeowx2 <8019167+spacemeowx2@users.noreply.github.com>
1 parent 700999d commit 33e3df3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
submodules: recursive
2727
- name: Cache Cargo
28-
uses: actions/cache@v1
28+
uses: actions/cache@v4
2929
with:
3030
path: ~/.cargo
3131
key: ${{ matrix.os }}-stable-cargo-v1
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
submodules: recursive
7373
- name: Cache Cargo
74-
uses: actions/cache@v1
74+
uses: actions/cache@v4
7575
with:
7676
path: ~/.cargo
7777
key: ${{ matrix.target }}-stable-cargo-v1

0 commit comments

Comments
 (0)