We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a4891 commit 9f7ab94Copy full SHA for 9f7ab94
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
cache: yarn
25
26
- name: Enable webpack persistent caching
27
- uses: actions/cache@v3
+ uses: actions/cache@v4
28
id: build-webpack-persistent-cache
29
with:
30
path: node_modules/.cache
.github/workflows/testing.yml
@@ -82,7 +82,7 @@ jobs:
82
- run: yarn
83
84
85
86
87
88
0 commit comments