From b562a3725485534bf8261f2c009e3bdd1a787b58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 07:55:03 -0600 Subject: [PATCH] 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/assign-ids.yml | 2 +- .github/workflows/export-osv.yml | 2 +- .github/workflows/publish-web.yml | 2 +- .github/workflows/validate.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/assign-ids.yml b/.github/workflows/assign-ids.yml index 2c338b9..30185d0 100644 --- a/.github/workflows/assign-ids.yml +++ b/.github/workflows/assign-ids.yml @@ -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 diff --git a/.github/workflows/export-osv.yml b/.github/workflows/export-osv.yml index 23479ce..cf3d973 100644 --- a/.github/workflows/export-osv.yml +++ b/.github/workflows/export-osv.yml @@ -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 diff --git a/.github/workflows/publish-web.yml b/.github/workflows/publish-web.yml index 049ad2f..1db18fb 100644 --- a/.github/workflows/publish-web.yml +++ b/.github/workflows/publish-web.yml @@ -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 diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 95bcfd0..f8d7da7 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -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