From 775d4d3593618805d16d7d32be8d444eb913558d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 08:22:24 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/danger-generate.yml | 2 +- .github/workflows/danger-send.yml | 2 +- .github/workflows/deploy-test.yml | 2 +- .github/workflows/update-addons-data.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/danger-generate.yml b/.github/workflows/danger-generate.yml index 9058ecdf0..5f6f99158 100644 --- a/.github/workflows/danger-generate.yml +++ b/.github/workflows/danger-generate.yml @@ -35,7 +35,7 @@ jobs: with: node-version: 20.x - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('.github/workflows/danger-generate.yml') }} diff --git a/.github/workflows/danger-send.yml b/.github/workflows/danger-send.yml index 6021b00a6..a53a6148d 100644 --- a/.github/workflows/danger-send.yml +++ b/.github/workflows/danger-send.yml @@ -20,7 +20,7 @@ jobs: with: node-version: 20.x - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/.github/workflows/danger-send.yml') }} diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index d1b4c054e..73a0e9597 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -66,7 +66,7 @@ jobs: with: node-version: 20.x - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/update-addons-data.yml b/.github/workflows/update-addons-data.yml index c2b7b236e..03d22e0c6 100644 --- a/.github/workflows/update-addons-data.yml +++ b/.github/workflows/update-addons-data.yml @@ -34,7 +34,7 @@ jobs: with: node-version: 20.x - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}