From 408c47d3b3942ef3a411eac35698d6560839a854 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 06:17:13 +0000 Subject: [PATCH] Bump actions/cache from 5.0.2 to 5.0.3 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.2 to 5.0.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/v5.0.2...v5.0.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 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 b3a2651..e24e437 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.2 + uses: actions/cache@v5.0.3 with: path: /tmp/.docker-cache key: docker-${{ matrix.architecture }}-${{ github.sha }} diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index afba839..794f922 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.2 + uses: actions/cache@v5.0.3 with: path: /tmp/.docker-cache key: docker-${{ matrix.architecture }}-${{ github.sha }}