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 ec49b60 commit c51aa96Copy full SHA for c51aa96
.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Cache node_modules
55
id: cache-node-modules
56
- uses: actions/cache@v1
+ uses: actions/cache@v3
57
env:
58
cache-name: node-modules
59
with:
@@ -94,7 +94,7 @@ jobs:
94
95
- name: Download Cached Deps
96
97
98
99
100
@@ -215,7 +215,7 @@ jobs:
215
216
217
218
219
220
221
0 commit comments