File tree Expand file tree Collapse file tree 12 files changed +36
-36
lines changed Expand file tree Collapse file tree 12 files changed +36
-36
lines changed Original file line number Diff line number Diff line change @@ -39,17 +39,17 @@ jobs:
39
39
run : |
40
40
echo "::add-path::$HOME/.cargo/bin"
41
41
- name : Cache cargo registry
42
- uses : actions/cache@v1
42
+ uses : actions/cache@v2
43
43
with :
44
44
path : ~/.cargo/registry
45
45
key : ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
46
46
- name : Cache cargo index
47
- uses : actions/cache@v1
47
+ uses : actions/cache@v2
48
48
with :
49
49
path : ~/.cargo/git
50
50
key : ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}
51
51
- name : Cache cargo build
52
- uses : actions/cache@v1
52
+ uses : actions/cache@v2
53
53
with :
54
54
path : target
55
55
key : ${{ runner.os }}-cargo-build-clippy-beta-${{ hashFiles('**/Cargo.lock') }}
Original file line number Diff line number Diff line change @@ -56,12 +56,12 @@ jobs:
56
56
echo "::set-env name=SKIP_TESTS::yes"
57
57
if : matrix.run_tests == ''
58
58
- name : Cache cargo registry
59
- uses : actions/cache@v1
59
+ uses : actions/cache@v2
60
60
with :
61
61
path : ~/.cargo/registry
62
62
key : ${{ runner.os }}-cargo-registry-trimmed-${{ hashFiles('**/Cargo.lock') }}
63
63
- name : Cache cargo git trees
64
- uses : actions/cache@v1
64
+ uses : actions/cache@v2
65
65
with :
66
66
path : ~/.cargo/git
67
67
key : ${{ runner.os }}-cargo-gits-trimmed-${{ hashFiles('**/Cargo.lock') }}
71
71
echo "::set-output name=rust_hash::$(rustc -Vv | grep commit-hash | awk '{print $2}')"
72
72
shell : bash
73
73
- name : Cache cargo build
74
- uses : actions/cache@v1
74
+ uses : actions/cache@v2
75
75
with :
76
76
path : target
77
77
key : ${{ matrix.target }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ jobs:
49
49
echo "::set-env name=SKIP_TESTS::yes"
50
50
if : matrix.run_tests == ''
51
51
- name : Cache cargo registry
52
- uses : actions/cache@v1
52
+ uses : actions/cache@v2
53
53
with :
54
54
path : ~/.cargo/registry
55
55
key : ${{ runner.os }}-cargo-registry-trimmed-${{ hashFiles('**/Cargo.lock') }}
56
56
- name : Cache cargo git trees
57
- uses : actions/cache@v1
57
+ uses : actions/cache@v2
58
58
with :
59
59
path : ~/.cargo/git
60
60
key : ${{ runner.os }}-cargo-gits-trimmed-${{ hashFiles('**/Cargo.lock') }}
64
64
echo "::set-output name=rust_hash::$(rustc -Vv | grep commit-hash | awk '{print $2}')"
65
65
shell : bash
66
66
- name : Cache cargo build
67
- uses : actions/cache@v1
67
+ uses : actions/cache@v2
68
68
with :
69
69
path : target
70
70
key : ${{ matrix.target }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
Original file line number Diff line number Diff line change @@ -76,12 +76,12 @@ jobs:
76
76
echo "::set-env name=SKIP_TESTS::yes"
77
77
if : matrix.run_tests == ''
78
78
- name : Cache cargo registry
79
- uses : actions/cache@v1
79
+ uses : actions/cache@v2
80
80
with :
81
81
path : ~/.cargo/registry
82
82
key : ${{ runner.os }}-cargo-registry-trimmed-${{ hashFiles('**/Cargo.lock') }}
83
83
- name : Cache cargo git trees
84
- uses : actions/cache@v1
84
+ uses : actions/cache@v2
85
85
with :
86
86
path : ~/.cargo/git
87
87
key : ${{ runner.os }}-cargo-gits-trimmed-${{ hashFiles('**/Cargo.lock') }}
91
91
echo "::set-output name=rust_hash::$(rustc -Vv | grep commit-hash | awk '{print $2}')"
92
92
shell : bash
93
93
- name : Cache cargo build
94
- uses : actions/cache@v1
94
+ uses : actions/cache@v2
95
95
with :
96
96
path : target
97
97
key : ${{ matrix.target }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ jobs:
42
42
echo "::set-env name=TARGET::${{matrix.target}}"
43
43
echo "::set-env name=SKIP_TESTS::"
44
44
- name : Cache cargo registry
45
- uses : actions/cache@v1
45
+ uses : actions/cache@v2
46
46
with :
47
47
path : ~/.cargo/registry
48
48
key : ${{ runner.os }}-cargo-registry-trimmed-${{ hashFiles('**/Cargo.lock') }}
49
49
- name : Cache cargo git trees
50
- uses : actions/cache@v1
50
+ uses : actions/cache@v2
51
51
with :
52
52
path : ~/.cargo/git
53
53
key : ${{ runner.os }}-cargo-gits-trimmed-${{ hashFiles('**/Cargo.lock') }}
57
57
echo "::set-output name=rust_hash::$(rustc -Vv | grep commit-hash | awk '{print $2}')"
58
58
shell : bash
59
59
- name : Cache cargo build
60
- uses : actions/cache@v1
60
+ uses : actions/cache@v2
61
61
with :
62
62
path : target
63
63
key : ${{ matrix.target }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
Original file line number Diff line number Diff line change @@ -64,12 +64,12 @@ jobs:
64
64
echo "::set-env name=TARGET::${{matrix.target}}"
65
65
echo "::set-env name=SKIP_TESTS::"
66
66
- name : Cache cargo registry
67
- uses : actions/cache@v1
67
+ uses : actions/cache@v2
68
68
with :
69
69
path : ~/.cargo/registry
70
70
key : ${{ runner.os }}-cargo-registry-trimmed-${{ hashFiles('**/Cargo.lock') }}
71
71
- name : Cache cargo git trees
72
- uses : actions/cache@v1
72
+ uses : actions/cache@v2
73
73
with :
74
74
path : ~/.cargo/git
75
75
key : ${{ runner.os }}-cargo-gits-trimmed-${{ hashFiles('**/Cargo.lock') }}
79
79
echo "::set-output name=rust_hash::$(rustc -Vv | grep commit-hash | awk '{print $2}')"
80
80
shell : bash
81
81
- name : Cache cargo build
82
- uses : actions/cache@v1
82
+ uses : actions/cache@v2
83
83
with :
84
84
path : target
85
85
key : ${{ matrix.target }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
Original file line number Diff line number Diff line change @@ -61,12 +61,12 @@ jobs:
61
61
echo "::set-env name=TARGET::${{matrix.target}}"
62
62
echo "::set-env name=SKIP_TESTS::"
63
63
- name : Cache cargo registry
64
- uses : actions/cache@v1
64
+ uses : actions/cache@v2
65
65
with :
66
66
path : ~/.cargo/registry
67
67
key : ${{ runner.os }}-cargo-registry-trimmed-${{ hashFiles('**/Cargo.lock') }}
68
68
- name : Cache cargo git trees
69
- uses : actions/cache@v1
69
+ uses : actions/cache@v2
70
70
with :
71
71
path : ~/.cargo/git
72
72
key : ${{ runner.os }}-cargo-gits-trimmed-${{ hashFiles('**/Cargo.lock') }}
76
76
echo "::set-output name=rust_hash::$(rustc -Vv | grep commit-hash | awk '{print $2}')"
77
77
shell : bash
78
78
- name : Cache cargo build
79
- uses : actions/cache@v1
79
+ uses : actions/cache@v2
80
80
with :
81
81
path : target
82
82
key : ${{ matrix.target }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
Original file line number Diff line number Diff line change @@ -64,12 +64,12 @@ jobs:
64
64
echo "::set-env name=TARGET::${{matrix.target}}"
65
65
echo "::set-env name=SKIP_TESTS::"
66
66
- name : Cache cargo registry
67
- uses : actions/cache@v1
67
+ uses : actions/cache@v2
68
68
with :
69
69
path : ~/.cargo/registry
70
70
key : ${{ runner.os }}-cargo-registry-trimmed-${{ hashFiles('**/Cargo.lock') }}
71
71
- name : Cache cargo git trees
72
- uses : actions/cache@v1
72
+ uses : actions/cache@v2
73
73
with :
74
74
path : ~/.cargo/git
75
75
key : ${{ runner.os }}-cargo-gits-trimmed-${{ hashFiles('**/Cargo.lock') }}
79
79
echo "::set-output name=rust_hash::$(rustc -Vv | grep commit-hash | awk '{print $2}')"
80
80
shell : bash
81
81
- name : Cache cargo build
82
- uses : actions/cache@v1
82
+ uses : actions/cache@v2
83
83
with :
84
84
path : target
85
85
key : ${{ matrix.target }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
Original file line number Diff line number Diff line change @@ -39,17 +39,17 @@ jobs:
39
39
run : |
40
40
echo "::add-path::$HOME/.cargo/bin"
41
41
- name : Cache cargo registry
42
- uses : actions/cache@v1
42
+ uses : actions/cache@v2
43
43
with :
44
44
path : ~/.cargo/registry
45
45
key : ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
46
46
- name : Cache cargo index
47
- uses : actions/cache@v1
47
+ uses : actions/cache@v2
48
48
with :
49
49
path : ~/.cargo/git
50
50
key : ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}
51
51
- name : Cache cargo build
52
- uses : actions/cache@v1
52
+ uses : actions/cache@v2
53
53
with :
54
54
path : target
55
55
key : ${{ runner.os }}-cargo-build-clippy-beta-${{ hashFiles('**/Cargo.lock') }}
Original file line number Diff line number Diff line change @@ -84,12 +84,12 @@ jobs:
84
84
echo "::set-env name=SKIP_TESTS::yes"
85
85
if : matrix.run_tests == ''
86
86
- name : Cache cargo registry
87
- uses : actions/cache@v1
87
+ uses : actions/cache@v2
88
88
with :
89
89
path : ~/.cargo/registry
90
90
key : ${{ runner.os }}-cargo-registry-trimmed-${{ hashFiles('**/Cargo.lock') }}
91
91
- name : Cache cargo git trees
92
- uses : actions/cache@v1
92
+ uses : actions/cache@v2
93
93
with :
94
94
path : ~/.cargo/git
95
95
key : ${{ runner.os }}-cargo-gits-trimmed-${{ hashFiles('**/Cargo.lock') }}
99
99
echo "::set-output name=rust_hash::$(rustc -Vv | grep commit-hash | awk '{print $2}')"
100
100
shell : bash
101
101
- name : Cache cargo build
102
- uses : actions/cache@v1
102
+ uses : actions/cache@v2
103
103
with :
104
104
path : target
105
105
key : ${{ matrix.target }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
You can’t perform that action at this time.
0 commit comments