We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df436f commit 2825a95Copy full SHA for 2825a95
.github/workflows-src/partials/build.yml
@@ -4,7 +4,7 @@
4
- run: corepack enable
5
- run: yarn install --immutable
6
# v5 build
7
-- uses: actions/cache@v2
+- uses: actions/cache@v4
8
id: site-cache
9
name: Load webpack cache
10
with:
.github/workflows/pr-preview.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
# build
25
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
26
27
28
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
# v6 build
29
30
31
0 commit comments