From cabc6e578f1e93ca5b7f95776a899c9fd8e8518c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 13:03:40 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build_ezbake.yml | 4 ++-- .github/workflows/build_ezbake_fips.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_ezbake.yml b/.github/workflows/build_ezbake.yml index ef5bcce..b1ea37a 100644 --- a/.github/workflows/build_ezbake.yml +++ b/.github/workflows/build_ezbake.yml @@ -79,7 +79,7 @@ jobs: bundler-cache: true - id: docker-cache - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: /tmp/ezbake-builder.tar key: docker-ezbake-${{ hashFiles('Dockerfile') }} @@ -93,7 +93,7 @@ jobs: docker save ezbake-builder -o /tmp/ezbake-builder.tar fi - - uses: actions/cache/save@v5 + - uses: actions/cache/save@v6 if: always() && steps.docker-cache.outputs.cache-hit != 'true' with: path: /tmp/ezbake-builder.tar diff --git a/.github/workflows/build_ezbake_fips.yml b/.github/workflows/build_ezbake_fips.yml index 5c00f15..14ba578 100644 --- a/.github/workflows/build_ezbake_fips.yml +++ b/.github/workflows/build_ezbake_fips.yml @@ -74,7 +74,7 @@ jobs: bundler-cache: true - id: docker-cache - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: /tmp/ezbake-builder.tar key: docker-ezbake-${{ hashFiles('Dockerfile') }} @@ -88,7 +88,7 @@ jobs: docker save ezbake-builder -o /tmp/ezbake-builder.tar fi - - uses: actions/cache/save@v5 + - uses: actions/cache/save@v6 if: always() && steps.docker-cache.outputs.cache-hit != 'true' with: path: /tmp/ezbake-builder.tar