We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04623f commit 405e25aCopy full SHA for 405e25a
2 files changed
.github/workflows/pull-request.yml
@@ -18,7 +18,7 @@ jobs:
18
node-version: 20
19
20
- name: Get yarn cache
21
- uses: actions/cache@v2
+ uses: actions/cache@v4
22
id: yarn-cache
23
with:
24
path: |
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
64
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
25
- uses: actions/cache@v3
26
27
28
0 commit comments