From c88b5f38f25d1264e29c7bcdb4cf236f1b6ac141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 08:08:15 -0700 Subject: [PATCH] Bump actions/cache from 3 to 4 (#1862) Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... 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 21d3474..5607f1c 100644 --- a/.github/workflows/assign-ids.yml +++ b/.github/workflows/assign-ids.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache cargo bin - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cargo/bin key: rustsec-admin-v0.8.8 diff --git a/.github/workflows/export-osv.yml b/.github/workflows/export-osv.yml index 410a385..9dd5cec 100644 --- a/.github/workflows/export-osv.yml +++ b/.github/workflows/export-osv.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 with: ref: osv - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.cargo/bin key: rustsec-admin-v0.8.8 diff --git a/.github/workflows/publish-web.yml b/.github/workflows/publish-web.yml index 12c5ed6..4e78257 100644 --- a/.github/workflows/publish-web.yml +++ b/.github/workflows/publish-web.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 with: ref: gh-pages - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.cargo/bin key: rustsec-admin-v0.8.8 diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 9a23c59..abdac36 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache cargo bin - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cargo/bin key: rustsec-admin-v0.8.8