From a58c1967b6ba8f4bbe4a8cbb016eca6be8878b69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 13:32:15 -0500 Subject: [PATCH] build(deps): bump actions/cache from 2 to 4 (#198) Bumps [actions/cache](https://github.com/actions/cache) from 2 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/v2...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/cargo_publish_dry_run.yml | 2 +- .github/workflows/deploy_documentation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cargo_publish_dry_run.yml b/.github/workflows/cargo_publish_dry_run.yml index c23c162e..61832a05 100644 --- a/.github/workflows/cargo_publish_dry_run.yml +++ b/.github/workflows/cargo_publish_dry_run.yml @@ -26,7 +26,7 @@ jobs: shell: bash - name: Download cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | ~/.cargo/registry/index/ diff --git a/.github/workflows/deploy_documentation.yml b/.github/workflows/deploy_documentation.yml index 991b8c9e..08842a29 100644 --- a/.github/workflows/deploy_documentation.yml +++ b/.github/workflows/deploy_documentation.yml @@ -20,7 +20,7 @@ jobs: profile: minimal - name: Download cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | ~/.cargo/registry/index/