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