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 4949 run : cargo update
5050
5151 - name : Cache cargo dir
52- uses : actions/cache@v1
52+ uses : actions/cache@v2
5353 with :
5454 path : ~/.cargo
5555 key : ${{ runner.os }}-x86_64-unknown-linux-gnu-${{ hashFiles('Cargo.lock') }}
Original file line number Diff line number Diff line change 9494 run : cargo update
9595
9696 - name : Cache cargo dir
97- uses : actions/cache@v1
97+ uses : actions/cache@v2
9898 with :
9999 path : ~/.cargo
100100 key : ${{ runner.os }}-${{ matrix.host }}-${{ hashFiles('Cargo.lock') }}
@@ -190,7 +190,7 @@ jobs:
190190 run : cargo update
191191
192192 - name : Cache cargo dir
193- uses : actions/cache@v1
193+ uses : actions/cache@v2
194194 with :
195195 path : ~/.cargo
196196 key : ${{ runner.os }}-x86_64-unknown-linux-gnu-${{ hashFiles('Cargo.lock') }}
@@ -269,7 +269,7 @@ jobs:
269269 run : cargo update
270270
271271 - name : Cache cargo dir
272- uses : actions/cache@v1
272+ uses : actions/cache@v2
273273 with :
274274 path : ~/.cargo
275275 key : ${{ runner.os }}-x86_64-unknown-linux-gnu-${{ hashFiles('Cargo.lock') }}
You can’t perform that action at this time.
0 commit comments