File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2525 toolchain : ${{ matrix.rust }}
2626 override : true
2727 - name : Use the cache to share dependencies # keyed by Cargo.lock
28- uses : actions/cache@v2
28+ uses : actions/cache@v4
2929 with :
3030 path : |
3131 ~/.cargo/bin/
6363 toolchain : ${{ matrix.rust }}
6464 override : true
6565 - name : Use the cache to share dependencies # keyed by Cargo.lock
66- uses : actions/cache@v2
66+ uses : actions/cache@v4
6767 with :
6868 path : |
6969 ~/.cargo/bin/
@@ -101,7 +101,7 @@ jobs:
101101 toolchain : ${{ matrix.rust }}
102102 override : true
103103 - name : Use the cache to share dependencies # keyed by Cargo.lock
104- uses : actions/cache@v2
104+ uses : actions/cache@v4
105105 with :
106106 path : |
107107 ~/.cargo/bin/
@@ -137,7 +137,7 @@ jobs:
137137 override : true
138138 components : rustfmt, clippy
139139 - name : Use the cache to share dependencies # keyed by Cargo.lock
140- uses : actions/cache@v2
140+ uses : actions/cache@v4
141141 with :
142142 path : |
143143 ~/.cargo/bin/
@@ -188,7 +188,7 @@ jobs:
188188 override : true
189189 components : rustfmt, clippy
190190 - name : Use the cache to share dependencies # keyed by Cargo.lock
191- uses : actions/cache@v2
191+ uses : actions/cache@v4
192192 with :
193193 path : |
194194 ~/.cargo/bin/
You can’t perform that action at this time.
0 commit comments