From 8ed8453757f06fe5ae42dc8c6f2af342d78d2bba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 01:44:33 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3.4.3 to 5.0.4 Bumps [actions/cache](https://github.com/actions/cache) from 3.4.3 to 5.0.4. - [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.4.3...668228422ae6a00e4ad889ee87cd7109ec5666a7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-preview.yml | 2 +- .github/workflows/validate.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 38cf47a37..9c4de13fa 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -215,7 +215,7 @@ jobs: echo "hash=$hash" >> "$GITHUB_OUTPUT" - name: Restore cached production screenshots - uses: actions/cache@v4 + uses: actions/cache@v5.0.4 with: path: visual_diffs/prod key: prod-screenshots-${{ steps.sitemap-hash.outputs.hash }} diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 4eeef9fbe..c454d26a7 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v4 with: node-version: "22" - - uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3 + - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v3 with: path: | node_modules @@ -43,7 +43,7 @@ jobs: - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v4 with: node-version: "22" - - uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3 + - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v3 with: path: | node_modules @@ -68,7 +68,7 @@ jobs: - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v4 with: node-version: "22" - - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4 with: path: | node_modules @@ -91,7 +91,7 @@ jobs: - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v4 with: node-version: "22" - - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4 with: path: | node_modules