Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 2 to 3.0.1 (#3913)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v2...v3.0.1)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 24, 2022
1 parent b9f5201 commit b81c83f
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "::set-output name=head::$commit"
- name: Cache cargo registry index
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: /usr/local/cargo/registry/index
key: cargo-index-${{ steps.ls-crates-io-index.outputs.head }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,15 @@ jobs:
git config --system core.longpaths true
- name: Cache cargo registry index
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.cargo/registry/index
key: cargo-index-${{ needs.cache_info.outputs.crates-io-index-head }}
restore-keys: cargo-index-

- id: cargo-deps
name: Cache cargo dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cargo/registry/cache
Expand Down Expand Up @@ -212,13 +212,13 @@ jobs:
submodules: true

- name: Restore cargo registry index
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.cargo/registry/index
key: cargo-index-${{ needs.cache_info.outputs.crates-io-index-head }}

- name: Restore cargo dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cargo/registry/cache
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ jobs:
default: true

- name: Cache cargo registry index
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.cargo/registry/index
key: cargo-index-${{ needs.cache_info.outputs.crates-io-index-head }}
restore-keys: cargo-index-

- id: cargo-deps
name: Cache cargo dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cargo/registry/cache
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
uses: actions/checkout@v2

- name: Restore cargo registry index
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.cargo/registry/index
key: cargo-index-${{ needs.cache_info.outputs.crates-io-index-head }}
Expand All @@ -161,7 +161,7 @@ jobs:
restore-keys: cargo-index-

- name: Restore cargo dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cargo/registry/cache
Expand Down Expand Up @@ -237,13 +237,13 @@ jobs:
uses: actions/checkout@v2

- name: Restore cargo registry index
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.cargo/registry/index
key: cargo-index-${{ needs.cache_info.outputs.crates-io-index-head }}

- name: Restore cargo dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cargo/registry/cache
Expand Down Expand Up @@ -293,13 +293,13 @@ jobs:
override: true

- name: Restore cargo registry index
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.cargo/registry/index
key: cargo-index-v2-${{ needs.update_deps.outputs.crates-io-index-head }}

- name: Restore dependency crates
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.cargo/registry/cache
key: cargo-deps-v2-${{ hashFiles('Cargo.lock') }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test_evm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ jobs:
default: true

- name: Cache cargo registry index
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.cargo/registry/index
key: cargo-index-${{ needs.cache_info.outputs.crates-io-index-head }}
restore-keys: cargo-index-

- id: cargo-deps
name: Cache cargo dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cargo/registry/cache
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
uses: actions/checkout@v2

- name: Restore cargo registry index
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.cargo/registry/index
key: cargo-index-${{ needs.cache_info.outputs.crates-io-index-head }}
Expand All @@ -154,7 +154,7 @@ jobs:
restore-keys: cargo-index-

- name: Restore cargo dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cargo/registry/cache
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test_networking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ jobs:
default: true

- name: Cache cargo registry index
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.cargo/registry/index
key: cargo-index-${{ needs.cache_info.outputs.crates-io-index-head }}
restore-keys: cargo-index-

- id: cargo-deps
name: Cache cargo dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cargo/registry/cache
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
uses: actions/checkout@v2

- name: Restore cargo registry index
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.cargo/registry/index
key: cargo-index-${{ needs.cache_info.outputs.crates-io-index-head }}
Expand All @@ -154,7 +154,7 @@ jobs:
restore-keys: cargo-index-

- name: Restore cargo dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cargo/registry/cache
Expand Down

0 comments on commit b81c83f

Please sign in to comment.