From d18ae4741c0f9bbde5c41610a66391f71cba530b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 03:22:41 +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/dependabot-auto-merge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index d62bdb5..ac587bc 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -40,7 +40,7 @@ jobs: - name: Cache node modules id: cache-nodemodules - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: cache-node-modules with: @@ -78,7 +78,7 @@ jobs: - name: Cache node modules id: cache-nodemodules - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: cache-node-modules with: