File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3838
3939 # Cache.
4040 - name : Cargo cache registry, index and build
41- uses : actions/cache@v2
41+ uses : actions/cache@v2.1.4
4242 with :
4343 path : |
4444 ~/.cargo/registry
Original file line number Diff line number Diff line change 3131
3232 # Cache.
3333 - name : Cargo cache registry, index and build
34- uses : actions/cache@v2
34+ uses : actions/cache@v2.1.4
3535 with :
3636 path : |
3737 ~/.cargo/registry
7070
7171 # Cache.
7272 - name : Cargo cache registry, index and build
73- uses : actions/cache@v2
73+ uses : actions/cache@v2.1.4
7474 with :
7575 path : |
7676 ~/.cargo/registry
@@ -141,7 +141,7 @@ jobs:
141141
142142 # Cache.
143143 - name : Cargo cache registry, index and build
144- uses : actions/cache@v2
144+ uses : actions/cache@v2.1.4
145145 with :
146146 path : |
147147 ~/.cargo/registry
You can’t perform that action at this time.
0 commit comments