Skip to content

Commit 8ed8453

Browse files
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](actions/cache@v3.4.3...6682284) --- 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] <support@github.com>
1 parent 61cc8b4 commit 8ed8453

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
echo "hash=$hash" >> "$GITHUB_OUTPUT"
216216
217217
- name: Restore cached production screenshots
218-
uses: actions/cache@v4
218+
uses: actions/cache@v5.0.4
219219
with:
220220
path: visual_diffs/prod
221221
key: prod-screenshots-${{ steps.sitemap-hash.outputs.hash }}

.github/workflows/validate.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v4
2222
with:
2323
node-version: "22"
24-
- uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
24+
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v3
2525
with:
2626
path: |
2727
node_modules
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v4
4444
with:
4545
node-version: "22"
46-
- uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
46+
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v3
4747
with:
4848
path: |
4949
node_modules
@@ -68,7 +68,7 @@ jobs:
6868
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v4
6969
with:
7070
node-version: "22"
71-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
71+
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4
7272
with:
7373
path: |
7474
node_modules
@@ -91,7 +91,7 @@ jobs:
9191
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v4
9292
with:
9393
node-version: "22"
94-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
94+
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4
9595
with:
9696
path: |
9797
node_modules

0 commit comments

Comments
 (0)