From b949419b86637f00ec231df6612e00f06bdaf6af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 22:06:30 -0500 Subject: [PATCH] Bump actions/cache from 1 to 3 (#44) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/backup.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backup.yml b/.github/workflows/backup.yml index 1b08aa5..ee602a5 100644 --- a/.github/workflows/backup.yml +++ b/.github/workflows/backup.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Configure cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ${{ env.GITHUB_WORKSPACE }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a54230f..8f75008 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: actions/cache@v1 + - uses: actions/cache@v3 env: cache-name: cache-artifacts with: