From 8e43efbb58642584cb7d7e7495d9c23d218095d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 09:42:47 +0000 Subject: [PATCH] Bump actions/cache from 3.0.11 to 5.0.3 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 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/v3.0.11...v5.0.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/addon-ci.yaml | 2 +- .github/workflows/addon-deploy.yaml | 2 +- .github/workflows/base-deploy.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/addon-ci.yaml b/.github/workflows/addon-ci.yaml index 21a3311..2312620 100644 --- a/.github/workflows/addon-ci.yaml +++ b/.github/workflows/addon-ci.yaml @@ -134,7 +134,7 @@ jobs: uses: actions/checkout@v3.1.0 - name: 🏗 Set up build cache id: cache - uses: actions/cache@v3.0.11 + uses: actions/cache@v5.0.3 with: path: /tmp/.docker-cache key: docker-${{ github.ref }}-${{ matrix.architecture }}-${{ github.sha }} diff --git a/.github/workflows/addon-deploy.yaml b/.github/workflows/addon-deploy.yaml index 20d05fe..a6ed28c 100644 --- a/.github/workflows/addon-deploy.yaml +++ b/.github/workflows/addon-deploy.yaml @@ -85,7 +85,7 @@ jobs: uses: actions/checkout@v3.1.0 - name: 🏗 Set up build cache id: cache - uses: actions/cache@v3.0.11 + uses: actions/cache@v5.0.3 with: path: /tmp/.docker-cache key: docker-${{ github.ref }}-${{ matrix.architecture }}-${{ github.sha }} diff --git a/.github/workflows/base-deploy.yaml b/.github/workflows/base-deploy.yaml index fcc0a5f..82a5a78 100644 --- a/.github/workflows/base-deploy.yaml +++ b/.github/workflows/base-deploy.yaml @@ -57,7 +57,7 @@ jobs: uses: actions/checkout@v3.1.0 - name: 🏗 Set up build cache id: cache - uses: actions/cache@v3.0.11 + uses: actions/cache@v5.0.3 with: path: /tmp/.docker-cache key: docker-${{ github.ref }}-${{ matrix.architecture }}-${{ github.sha }}