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 @@ -44,17 +44,17 @@ jobs:
44
44
with :
45
45
command : generate-lockfile
46
46
- name : Cache cargo registry
47
- uses : actions/cache@v1
47
+ uses : actions/cache@v3
48
48
with :
49
49
path : ~/.cargo/registry
50
50
key : ${{ matrix.version }}-x86_64-unknown-linux-gnu-cargo-registry-trimmed-${{ hashFiles('**/Cargo.lock') }}
51
51
- name : Cache cargo index
52
- uses : actions/cache@v1
52
+ uses : actions/cache@v3
53
53
with :
54
54
path : ~/.cargo/git
55
55
key : ${{ matrix.version }}-x86_64-unknown-linux-gnu-cargo-index-trimmed-${{ hashFiles('**/Cargo.lock') }}
56
56
- name : Cache cargo build
57
- uses : actions/cache@v1
57
+ uses : actions/cache@v3
58
58
with :
59
59
path : target
60
60
key : ${{ matrix.version }}-x86_64-unknown-linux-gnu-cargo-build-trimmed-${{ hashFiles('**/Cargo.lock') }}
Original file line number Diff line number Diff line change @@ -41,17 +41,17 @@ jobs:
41
41
with :
42
42
command : generate-lockfile
43
43
- name : Cache cargo registry
44
- uses : actions/cache@v1
44
+ uses : actions/cache@v3
45
45
with :
46
46
path : ~/.cargo/registry
47
47
key : ${{ matrix.version }}-x86_64-apple-darwin-cargo-registry-trimmed-${{ hashFiles('**/Cargo.lock') }}
48
48
- name : Cache cargo index
49
- uses : actions/cache@v1
49
+ uses : actions/cache@v3
50
50
with :
51
51
path : ~/.cargo/git
52
52
key : ${{ matrix.version }}-x86_64-apple-darwin-cargo-index-trimmed-${{ hashFiles('**/Cargo.lock') }}
53
53
- name : Cache cargo build
54
- uses : actions/cache@v1
54
+ uses : actions/cache@v3
55
55
with :
56
56
path : target
57
57
key : ${{ matrix.version }}-x86_64-apple-darwin-cargo-build-trimmed-${{ hashFiles('**/Cargo.lock') }}
Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ jobs:
29
29
uses : actions/checkout@v2
30
30
31
31
- name : Cache vcpkg installed
32
- uses : actions/cache@v1.0.3
32
+ uses : actions/cache@v3
33
33
with :
34
34
path : $VCPKG_ROOT/installed
35
35
key : ${{ runner.os }}-vcpkg-cache-${{ matrix.linkage }}
36
36
env :
37
37
VCPKG_ROOT : ' C:\vcpkg'
38
38
39
39
- name : Cache vcpkg downloads
40
- uses : actions/cache@v1.0.3
40
+ uses : actions/cache@v3
41
41
with :
42
42
path : $VCPKG_ROOT/downloads
43
43
key : ${{ runner.os }}-vcpkg-cache-${{ matrix.linkage }}
@@ -61,17 +61,17 @@ jobs:
61
61
with :
62
62
command : generate-lockfile
63
63
- name : Cache cargo registry
64
- uses : actions/cache@v1
64
+ uses : actions/cache@v3
65
65
with :
66
66
path : ~/.cargo/registry
67
67
key : ${{ matrix.version }}-x86_64-pc-windows-msvc-cargo-registry-trimmed-${{ hashFiles('**/Cargo.lock') }}
68
68
- name : Cache cargo index
69
- uses : actions/cache@v1
69
+ uses : actions/cache@v3
70
70
with :
71
71
path : ~/.cargo/git
72
72
key : ${{ matrix.version }}-x86_64-pc-windows-msvc-cargo-index-trimmed-${{ hashFiles('**/Cargo.lock') }}
73
73
- name : Cache cargo build
74
- uses : actions/cache@v1
74
+ uses : actions/cache@v3
75
75
with :
76
76
path : target
77
77
key : ${{ matrix.version }}-x86_64-pc-windows-msvc-cargo-build-trimmed-${{ hashFiles('**/Cargo.lock') }}
You can’t perform that action at this time.
0 commit comments