From aa3f7ae9a0376b58584258eb6e84728a86b2347f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 11:09:58 +0000 Subject: [PATCH] Bump actions/cache from 3.0.11 to 5.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 5.0.2. - [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.2) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.2 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..a99e61b 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.2 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..a7f5086 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.2 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..bc419b5 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.2 with: path: /tmp/.docker-cache key: docker-${{ github.ref }}-${{ matrix.architecture }}-${{ github.sha }}