From 6929409efc2cf5179623ba665e0691c52278c767 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 04:53:18 +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/microsite-deployment-branch.yml | 2 +- .github/workflows/microsite-deployment-full.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/microsite-deployment-branch.yml b/.github/workflows/microsite-deployment-branch.yml index cb8e1fb..c2cb2f4 100644 --- a/.github/workflows/microsite-deployment-branch.yml +++ b/.github/workflows/microsite-deployment-branch.yml @@ -53,7 +53,7 @@ jobs: run: | echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - - uses: actions/cache@v5 + - uses: actions/cache@v6 name: Setup pnpm cache with: path: ${{ env.STORE_PATH }} diff --git a/.github/workflows/microsite-deployment-full.yml b/.github/workflows/microsite-deployment-full.yml index 9e0d993..ee13c98 100644 --- a/.github/workflows/microsite-deployment-full.yml +++ b/.github/workflows/microsite-deployment-full.yml @@ -56,7 +56,7 @@ jobs: run: | echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - - uses: actions/cache@v5 + - uses: actions/cache@v6 name: Setup pnpm cache with: path: ${{ env.STORE_PATH }}