From 2e1ce0e7437fa35ee24a51f839818f66d96b1617 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 06:11:50 +0000 Subject: [PATCH] Bump actions/cache from 5.0.4 to 5.0.5 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.4 to 5.0.5. - [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.0.4...v5.0.5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-test-no-push.yaml | 2 +- .github/workflows/deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-test-no-push.yaml b/.github/workflows/deploy-test-no-push.yaml index 72f624d..e9fb857 100644 --- a/.github/workflows/deploy-test-no-push.yaml +++ b/.github/workflows/deploy-test-no-push.yaml @@ -77,7 +77,7 @@ jobs: uses: actions/checkout@v6 - name: 🏗 Set up build cache id: cache - uses: actions/cache@v5.0.4 + uses: actions/cache@v5.0.5 with: path: /tmp/.docker-cache key: docker-${{ matrix.architecture }}-${{ github.sha }} diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index c9c833d..0bd182f 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -79,7 +79,7 @@ jobs: uses: actions/checkout@v6 - name: 🏗 Set up build cache id: cache - uses: actions/cache@v5.0.4 + uses: actions/cache@v5.0.5 with: path: /tmp/.docker-cache key: docker-${{ matrix.architecture }}-${{ github.sha }}