From a3bde1558e36929227077311713aac1c38dfcb5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 14:53:01 +0000 Subject: [PATCH] build(deps): 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/npm-cache.yml | 2 +- .github/workflows/yarn-cache.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-cache.yml b/.github/workflows/npm-cache.yml index 0e9f412..0aced50 100644 --- a/.github/workflows/npm-cache.yml +++ b/.github/workflows/npm-cache.yml @@ -66,7 +66,7 @@ jobs: - name: Cache id: cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ env.CACHE_PATH }} key: ${{ needs.key.outputs.cache-key }} diff --git a/.github/workflows/yarn-cache.yml b/.github/workflows/yarn-cache.yml index cec6f51..026315d 100644 --- a/.github/workflows/yarn-cache.yml +++ b/.github/workflows/yarn-cache.yml @@ -69,7 +69,7 @@ jobs: - name: Cache id: cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ env.CACHE_PATH }} key: ${{ needs.key.outputs.cache-key }}