Skip to content

Commit 429c1ac

Browse files
committed
Update actions/cache action to v2.1.6
1 parent 86ded9d commit 429c1ac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
# Current size as of 2021-02-15: ~105 MB
7979
- name: Cache cargo registry and git deps
80-
uses: actions/[email protected].4
80+
uses: actions/[email protected].6
8181
with:
8282
path: |
8383
~/.cargo/registry/cache
@@ -92,7 +92,7 @@ jobs:
9292
echo "::set-output name=version::$(rustc -V)"
9393

9494
- name: Cache cargo build
95-
uses: actions/[email protected].4
95+
uses: actions/[email protected].6
9696
with:
9797
path: target
9898
key: v2-${{ runner.os }}-cargo-clippy-${{ steps.rustc.outputs.version }}-${{ hashFiles('**/Cargo.lock') }}
@@ -167,14 +167,14 @@ jobs:
167167
#
168168
# Current size as of 2021-02-15: ~15 MB
169169
- name: Cache cargo binaries
170-
uses: actions/[email protected].4
170+
uses: actions/[email protected].6
171171
with:
172172
path: ~/.cargo/bin
173173
key: ${{ runner.os }}-cargo-bin-${{ matrix.rust }}-${{ hashFiles('.diesel_version') }}-v3
174174

175175
# Current size as of 2021-02-15: ~105 MB
176176
- name: Cache cargo registry and git deps
177-
uses: actions/[email protected].4
177+
uses: actions/[email protected].6
178178
with:
179179
path: |
180180
~/.cargo/registry/cache
@@ -200,7 +200,7 @@ jobs:
200200

201201
# Current size as of 2021-02-12: ~325 MB
202202
- name: Cache cargo build
203-
uses: actions/[email protected].4
203+
uses: actions/[email protected].6
204204
with:
205205
path: target
206206
key: v2-${{ runner.os }}-cargo-build-target-${{ steps.rustc.outputs.version }}-${{ hashFiles('**/Cargo.lock') }}

0 commit comments

Comments
 (0)