77
77
78
78
# Current size as of 2021-02-15: ~105 MB
79
79
- name : Cache cargo registry and git deps
80
- uses : actions/cache@v2.1.4
80
+ uses : actions/cache@v2.1.6
81
81
with :
82
82
path : |
83
83
~/.cargo/registry/cache
92
92
echo "::set-output name=version::$(rustc -V)"
93
93
94
94
- name : Cache cargo build
95
- uses : actions/cache@v2.1.4
95
+ uses : actions/cache@v2.1.6
96
96
with :
97
97
path : target
98
98
key : v2-${{ runner.os }}-cargo-clippy-${{ steps.rustc.outputs.version }}-${{ hashFiles('**/Cargo.lock') }}
@@ -167,14 +167,14 @@ jobs:
167
167
#
168
168
# Current size as of 2021-02-15: ~15 MB
169
169
- name : Cache cargo binaries
170
- uses : actions/cache@v2.1.4
170
+ uses : actions/cache@v2.1.6
171
171
with :
172
172
path : ~/.cargo/bin
173
173
key : ${{ runner.os }}-cargo-bin-${{ matrix.rust }}-${{ hashFiles('.diesel_version') }}-v3
174
174
175
175
# Current size as of 2021-02-15: ~105 MB
176
176
- name : Cache cargo registry and git deps
177
- uses : actions/cache@v2.1.4
177
+ uses : actions/cache@v2.1.6
178
178
with :
179
179
path : |
180
180
~/.cargo/registry/cache
@@ -200,7 +200,7 @@ jobs:
200
200
201
201
# Current size as of 2021-02-12: ~325 MB
202
202
- name : Cache cargo build
203
- uses : actions/cache@v2.1.4
203
+ uses : actions/cache@v2.1.6
204
204
with :
205
205
path : target
206
206
key : v2-${{ runner.os }}-cargo-build-target-${{ steps.rustc.outputs.version }}-${{ hashFiles('**/Cargo.lock') }}
0 commit comments