From cc8b6f03f552856f56a3343c5d7518f97a27a9db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 09:42:41 +0000 Subject: [PATCH] Bump actions/cache from 3.0.11 to 5.0.1 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 5.0.1. - [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.1) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 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..fb3fe1f 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.1 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..0240006 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.1 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..abf836a 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.1 with: path: /tmp/.docker-cache key: docker-${{ github.ref }}-${{ matrix.architecture }}-${{ github.sha }}