Skip to content

Commit 2825a95

Browse files
chore(CI): Update actions/cache version (#4491)
1 parent 4df436f commit 2825a95

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows-src/partials/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- run: corepack enable
55
- run: yarn install --immutable
66
# v5 build
7-
- uses: actions/cache@v2
7+
- uses: actions/cache@v4
88
id: site-cache
99
name: Load webpack cache
1010
with:

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: corepack enable
2323
- run: yarn install --immutable
2424
# build
25-
- uses: actions/cache@v2
25+
- uses: actions/cache@v4
2626
id: site-cache
2727
name: Load webpack cache
2828
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: corepack enable
2626
- run: yarn install --immutable
2727
# v6 build
28-
- uses: actions/cache@v2
28+
- uses: actions/cache@v4
2929
id: site-cache
3030
name: Load webpack cache
3131
with:

0 commit comments

Comments
 (0)