From af47fb6805fe467e8557a919e416ebdd45de62d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 23:08:24 +0000 Subject: [PATCH] build(deps): Bump actions/cache from 3 to 4 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] --- .github/workflows/build.yaml | 2 +- .github/workflows/coverage.yaml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fd07d4c9..c7d1f793 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -112,7 +112,7 @@ jobs: name: binary path: stacker if-no-files-found: error - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: restore-build with: path: stacker diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 5812fdbe..3a86ad9b 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -110,7 +110,7 @@ jobs: name: binary-cov path: stacker if-no-files-found: error - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: restore-build with: path: stacker diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9ebd8290..2f6840da 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -35,7 +35,7 @@ jobs: # needs ci for the cached stacker binary needs: [build-id, ci] steps: - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: restore-build with: path: stacker