File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 39
39
run : |
40
40
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
41
41
- name : Cache cargo registry and git trees
42
- uses : actions/cache@v2
42
+ uses : actions/cache@v3
43
43
with :
44
44
path : |
45
45
~/.cargo/registry
51
51
echo "::set-output name=rust_hash::$(rustc -Vv | grep commit-hash | awk '{print $2}')"
52
52
shell : bash
53
53
- name : Cache cargo build
54
- uses : actions/cache@v2
54
+ uses : actions/cache@v3
55
55
with :
56
56
path : target
57
57
key : ${{ github.base_ref }}-${{ github.head_ref }}-${{ runner.os }}-cargo-clippy-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}
Original file line number Diff line number Diff line change 88
88
echo "SKIP_TESTS=yes" >> $GITHUB_ENV
89
89
if : matrix.run_tests == ''
90
90
- name : Cache cargo registry and git trees
91
- uses : actions/cache@v2
91
+ uses : actions/cache@v3
92
92
with :
93
93
path : |
94
94
~/.cargo/registry
@@ -100,7 +100,7 @@ jobs:
100
100
echo "::set-output name=rust_hash::$(rustc -Vv | grep commit-hash | awk '{print $2}')"
101
101
shell : bash
102
102
- name : Cache cargo build
103
- uses : actions/cache@v2
103
+ uses : actions/cache@v3
104
104
with :
105
105
path : target
106
106
key : ${{ github.base_ref }}-${{ github.head_ref }}-${{ 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 44
44
echo "SKIP_TESTS=" >> $GITHUB_ENV
45
45
echo "LZMA_API_STATIC=1" >> $GITHUB_ENV
46
46
- name : Cache cargo registry and git trees
47
- uses : actions/cache@v2
47
+ uses : actions/cache@v3
48
48
with :
49
49
path : |
50
50
~/.cargo/registry
56
56
echo "::set-output name=rust_hash::$(rustc -Vv | grep commit-hash | awk '{print $2}')"
57
57
shell : bash
58
58
- name : Cache cargo build
59
- uses : actions/cache@v2
59
+ uses : actions/cache@v3
60
60
with :
61
61
path : target
62
62
key : ${{ github.base_ref }}-${{ github.head_ref }}-${{ matrix.target }}-cargo-target-dir-${{ steps.cargo-target-cache.outputs.rust_hash }}-${{ hashFiles('**/Cargo.lock') }}-3
Original file line number Diff line number Diff line change 75
75
echo "TARGET=${{ matrix.target }}" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
76
76
echo "SKIP_TESTS=${{ matrix.skip_tests }}" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
77
77
- name : Cache cargo registry and git trees
78
- uses : actions/cache@v2
78
+ uses : actions/cache@v3
79
79
with :
80
80
path : |
81
81
~/.cargo/registry
87
87
echo "::set-output name=rust_hash::$(rustc -Vv | grep commit-hash | awk '{print $2}')"
88
88
shell : bash
89
89
- name : Cache cargo build
90
- uses : actions/cache@v2
90
+ uses : actions/cache@v3
91
91
with :
92
92
path : target
93
93
key : ${{ github.base_ref }}-${{ github.head_ref }}-${{ 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