File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 49
49
run : cargo update
50
50
51
51
- name : Cache cargo dir
52
- uses : actions/cache@v1
52
+ uses : actions/cache@v2
53
53
with :
54
54
path : ~/.cargo
55
55
key : ${{ runner.os }}-x86_64-unknown-linux-gnu-${{ hashFiles('Cargo.lock') }}
Original file line number Diff line number Diff line change 94
94
run : cargo update
95
95
96
96
- name : Cache cargo dir
97
- uses : actions/cache@v1
97
+ uses : actions/cache@v2
98
98
with :
99
99
path : ~/.cargo
100
100
key : ${{ runner.os }}-${{ matrix.host }}-${{ hashFiles('Cargo.lock') }}
@@ -190,7 +190,7 @@ jobs:
190
190
run : cargo update
191
191
192
192
- name : Cache cargo dir
193
- uses : actions/cache@v1
193
+ uses : actions/cache@v2
194
194
with :
195
195
path : ~/.cargo
196
196
key : ${{ runner.os }}-x86_64-unknown-linux-gnu-${{ hashFiles('Cargo.lock') }}
@@ -269,7 +269,7 @@ jobs:
269
269
run : cargo update
270
270
271
271
- name : Cache cargo dir
272
- uses : actions/cache@v1
272
+ uses : actions/cache@v2
273
273
with :
274
274
path : ~/.cargo
275
275
key : ${{ runner.os }}-x86_64-unknown-linux-gnu-${{ hashFiles('Cargo.lock') }}
You can’t perform that action at this time.
0 commit comments