Skip to content

Update actions/cache action to v2.1.6 #3801

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

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

- name: Cache cargo build
uses: actions/[email protected].4
uses: actions/[email protected].6
with:
path: target
key: v2-${{ runner.os }}-cargo-clippy-${{ steps.rustc.outputs.version }}-${{ hashFiles('**/Cargo.lock') }}
Expand Down Expand Up @@ -167,14 +167,14 @@ jobs:
#
# Current size as of 2021-02-15: ~15 MB
- name: Cache cargo binaries
uses: actions/[email protected].4
uses: actions/[email protected].6
with:
path: ~/.cargo/bin
key: ${{ runner.os }}-cargo-bin-${{ matrix.rust }}-${{ hashFiles('.diesel_version') }}-v3

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

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