File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
26
26
27
27
# Caching
28
28
- name : Cache cargo registry
29
- uses : actions/cache@v1
29
+ uses : actions/cache@v4
30
30
with :
31
31
path : ~/.cargo/registry
32
32
key : cargo-registry-${{ hashFiles('Cargo.toml') }}
33
33
- name : Cache cargo index
34
- uses : actions/cache@v1
34
+ uses : actions/cache@v4
35
35
with :
36
36
path : ~/.cargo/git
37
37
key : cargo-index-${{ hashFiles('Cargo.toml') }}
@@ -68,12 +68,12 @@ jobs:
68
68
69
69
# Caching
70
70
- name : Cache cargo registry
71
- uses : actions/cache@v1
71
+ uses : actions/cache@v4
72
72
with :
73
73
path : ~/.cargo/registry
74
74
key : cargo-registry-${{ hashFiles('Cargo.toml') }}
75
75
- name : Cache cargo index
76
- uses : actions/cache@v1
76
+ uses : actions/cache@v4
77
77
with :
78
78
path : ~/.cargo/git
79
79
key : cargo-index-${{ hashFiles('Cargo.toml') }}
@@ -121,12 +121,12 @@ jobs:
121
121
122
122
# Caching
123
123
- name : Cache cargo registry
124
- uses : actions/cache@v1
124
+ uses : actions/cache@v4
125
125
with :
126
126
path : ~/.cargo/registry
127
127
key : cargo-registry-${{ hashFiles('Cargo.toml') }}
128
128
- name : Cache cargo index
129
- uses : actions/cache@v1
129
+ uses : actions/cache@v4
130
130
with :
131
131
path : ~/.cargo/git
132
132
key : cargo-index-${{ hashFiles('Cargo.toml') }}
You can’t perform that action at this time.
0 commit comments