File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 79
79
shell : bash
80
80
81
81
- name : Cache Rust dependencies
82
- uses : actions/cache@v4.1.0
82
+ uses : actions/cache@v4.1.1
83
83
with :
84
84
path : |
85
85
~/.cargo/registry/index
@@ -130,7 +130,7 @@ jobs:
130
130
shell : bash
131
131
132
132
- name : Cache Rust dependencies
133
- uses : actions/cache@v4.1.0
133
+ uses : actions/cache@v4.1.1
134
134
with :
135
135
path : |
136
136
~/.cargo/registry/index
@@ -183,7 +183,7 @@ jobs:
183
183
shell : bash
184
184
185
185
- name : Cache Rust dependencies
186
- uses : actions/cache@v4.1.0
186
+ uses : actions/cache@v4.1.1
187
187
with :
188
188
path : |
189
189
~/.cargo/registry/index
@@ -230,7 +230,7 @@ jobs:
230
230
shell : bash
231
231
232
232
- name : Cache Rust dependencies
233
- uses : actions/cache@v4.1.0
233
+ uses : actions/cache@v4.1.1
234
234
with :
235
235
path : |
236
236
~/.cargo/registry/index
You can’t perform that action at this time.
0 commit comments