Skip to content

Commit 60e44ad

Browse files
authored
ci: bump actions/cache to v4 (#264)
Signed-off-by: Max Leonard Inden <[email protected]>
1 parent ab152ee commit 60e44ad

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626

2727
# Caching
2828
- name: Cache cargo registry
29-
uses: actions/cache@v1
29+
uses: actions/cache@v4
3030
with:
3131
path: ~/.cargo/registry
3232
key: cargo-registry-${{ hashFiles('Cargo.toml') }}
3333
- name: Cache cargo index
34-
uses: actions/cache@v1
34+
uses: actions/cache@v4
3535
with:
3636
path: ~/.cargo/git
3737
key: cargo-index-${{ hashFiles('Cargo.toml') }}
@@ -68,12 +68,12 @@ jobs:
6868

6969
# Caching
7070
- name: Cache cargo registry
71-
uses: actions/cache@v1
71+
uses: actions/cache@v4
7272
with:
7373
path: ~/.cargo/registry
7474
key: cargo-registry-${{ hashFiles('Cargo.toml') }}
7575
- name: Cache cargo index
76-
uses: actions/cache@v1
76+
uses: actions/cache@v4
7777
with:
7878
path: ~/.cargo/git
7979
key: cargo-index-${{ hashFiles('Cargo.toml') }}
@@ -121,12 +121,12 @@ jobs:
121121

122122
# Caching
123123
- name: Cache cargo registry
124-
uses: actions/cache@v1
124+
uses: actions/cache@v4
125125
with:
126126
path: ~/.cargo/registry
127127
key: cargo-registry-${{ hashFiles('Cargo.toml') }}
128128
- name: Cache cargo index
129-
uses: actions/cache@v1
129+
uses: actions/cache@v4
130130
with:
131131
path: ~/.cargo/git
132132
key: cargo-index-${{ hashFiles('Cargo.toml') }}

0 commit comments

Comments
 (0)