Bump actions/cache from 1 to 3 (#1373)

Bumps [actions/cache](https://github.com/actions/cache) from 1 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v1...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-08-18 07:55:03 -06:00
committed by GitHub
parent f3cc4cd03e
commit b562a37254
4 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- name: Cache cargo bin
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.cargo/bin
key: rustsec-admin-v0.7.0

View File

@@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: osv
- uses: actions/cache@v1
- uses: actions/cache@v3
with:
path: ~/.cargo/bin
key: rustsec-admin-v0.7.0

View File

@@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: gh-pages
- uses: actions/cache@v1
- uses: actions/cache@v3
with:
path: ~/.cargo/bin
key: rustsec-admin-v0.8.1

View File

@@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v1
- name: Cache cargo bin
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.cargo/bin
key: rustsec-admin-v0.8.1p