File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1818 )
1919 echo "::set-output name=head::$commit"
2020 - name : Cache cargo registry index
21- uses : actions/cache@v2
21+ uses : actions/cache@v3
2222 with :
2323 path : ~/.cargo/registry/index
2424 key : cargo-index-${{ steps.ls-crates-io-index.outputs.head }}
Original file line number Diff line number Diff line change @@ -84,15 +84,15 @@ jobs:
8484 runs-on : ${{ matrix.os }}
8585 steps :
8686 - name : Cache cargo registry index
87- uses : actions/cache@v2
87+ uses : actions/cache@v3
8888 with :
8989 path : ~/.cargo/registry/index
9090 key : cargo-index-${{ needs.cache_info.outputs.crates-io-index-head }}
9191 restore-keys : cargo-index-
9292
9393 - id : cargo-deps
9494 name : Cache cargo dependencies
95- uses : actions/cache@v2
95+ uses : actions/cache@v3
9696 with :
9797 path : ~/.cargo/registry/cache
9898 key : cargo-deps-${{ needs.cache_info.outputs.cargo-lock-hash }}
@@ -147,13 +147,13 @@ jobs:
147147 override : true
148148
149149 - name : Restore cargo registry index
150- uses : actions/cache@v2
150+ uses : actions/cache@v3
151151 with :
152152 path : ~/.cargo/registry/index
153153 key : cargo-index-${{ needs.cache_info.outputs.crates-io-index-head }}
154154
155155 - name : Restore cargo dependencies
156- uses : actions/cache@v2
156+ uses : actions/cache@v3
157157 with :
158158 path : ~/.cargo/registry/cache
159159 key : cargo-deps-${{ needs.cache_info.outputs.cargo-lock-hash }}
Original file line number Diff line number Diff line change 1515
1616 - id : cargo-deps
1717 name : Cache cargo dependencies
18- uses : actions/cache@v2
18+ uses : actions/cache@v3
1919 with :
2020 path : |
2121 ~/.cargo/registry/index
3434 echo "::set-output name=head::$commit"
3535 - if : ${{ steps.cargo-deps.outputs.cache-hit != 'true' }}
3636 name : Cache cargo registry index
37- uses : actions/cache@v2
37+ uses : actions/cache@v3
3838 with :
3939 path : ~/.cargo/registry/index
4040 key : cargo-index-${{ steps.ls-crates-io-index.outputs.head }}
7676 }
7777
7878 - name : Restore cargo dependencies
79- uses : actions/cache@v2
79+ uses : actions/cache@v3
8080 with :
8181 path : |
8282 ~/.cargo/registry/index
@@ -131,7 +131,7 @@ jobs:
131131 args : -- --check
132132
133133 - name : Restore cargo dependencies
134- uses : actions/cache@v2
134+ uses : actions/cache@v3
135135 with :
136136 path : |
137137 ~/.cargo/registry/index
@@ -166,13 +166,13 @@ jobs:
166166 override : true
167167
168168 - name : Restore cargo registry index
169- uses : actions/cache@v2
169+ uses : actions/cache@v3
170170 with :
171171 path : ~/.cargo/registry/index
172172 key : ' cargo-index-v2-${{ needs.update_deps.outputs.crates-io-index-head }}'
173173
174174 - name : Restore dependency crates
175- uses : actions/cache@v2
175+ uses : actions/cache@v3
176176 with :
177177 path : ~/.cargo/registry/cache
178178 key : ' cargo-deps-v2-${{ hashFiles('' Cargo.lock'' ) }}'
You can’t perform that action at this time.
0 commit comments