@@ -67,19 +67,19 @@ jobs:
67
67
override : true
68
68
69
69
- name : Cache cargo registry
70
- uses : actions/cache@v2.1.6
70
+ uses : actions/cache@v2.7.8
71
71
with :
72
72
path : ~/.cargo/registry
73
73
key : ${{ runner.os }}-v1-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
74
74
75
75
- name : Cache cargo index
76
- uses : actions/cache@v2.1.6
76
+ uses : actions/cache@v2.7.8
77
77
with :
78
78
path : ~/.cargo/git
79
79
key : ${{ runner.os }}-v1-cargo-index-${{ hashFiles('**/Cargo.lock') }}
80
80
81
81
- name : Cache cargo target dir
82
- uses : actions/cache@v2.1.6
82
+ uses : actions/cache@v2.7.8
83
83
with :
84
84
path : target
85
85
key : ${{ runner.os }}-v1-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
@@ -112,19 +112,19 @@ jobs:
112
112
components : rustfmt, clippy
113
113
114
114
- name : Cache cargo registry
115
- uses : actions/cache@v2.1.6
115
+ uses : actions/cache@v2.7.8
116
116
with :
117
117
path : ~/.cargo/registry
118
118
key : ${{ runner.os }}-v1-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
119
119
120
120
- name : Cache cargo index
121
- uses : actions/cache@v2.1.6
121
+ uses : actions/cache@v2.7.8
122
122
with :
123
123
path : ~/.cargo/git
124
124
key : ${{ runner.os }}-v1-cargo-index-${{ hashFiles('**/Cargo.lock') }}
125
125
126
126
- name : Cache cargo target dir
127
- uses : actions/cache@v2.1.6
127
+ uses : actions/cache@v2.7.8
128
128
with :
129
129
path : target
130
130
key : ${{ runner.os }}-v1-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
0 commit comments