File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 shell : bash
8080
8181 - name : Cache Rust dependencies
82- uses : actions/cache@v3.3.2
82+ uses : actions/cache@v4.0.0
8383 with :
8484 path : |
8585 ~/.cargo/registry/index
@@ -130,7 +130,7 @@ jobs:
130130 shell : bash
131131
132132 - name : Cache Rust dependencies
133- uses : actions/cache@v3.3.2
133+ uses : actions/cache@v4.0.0
134134 with :
135135 path : |
136136 ~/.cargo/registry/index
@@ -178,7 +178,7 @@ jobs:
178178 shell : bash
179179
180180 - name : Cache Rust dependencies
181- uses : actions/cache@v3.3.2
181+ uses : actions/cache@v4.0.0
182182 with :
183183 path : |
184184 ~/.cargo/registry/index
@@ -221,7 +221,7 @@ jobs:
221221 shell : bash
222222
223223 - name : Cache Rust dependencies
224- uses : actions/cache@v3.3.2
224+ uses : actions/cache@v4.0.0
225225 with :
226226 path : |
227227 ~/.cargo/registry/index
You can’t perform that action at this time.
0 commit comments