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 ea4c07f commit 29aab22Copy full SHA for 29aab22
1 file changed
.github/workflows/main.yml
@@ -36,7 +36,7 @@ jobs:
36
37
# https://docs.github.com/en/free-pro-team@latest/actions/guides/caching-dependencies-to-speed-up-workflows
38
- name: Reuse npm cache folder
39
- uses: actions/cache@v3
+ uses: actions/cache@v5
40
env:
41
cache-name: cache-node-modules
42
with:
@@ -108,7 +108,7 @@ jobs:
108
109
110
111
112
113
114
@@ -167,7 +167,7 @@ jobs:
167
run: npm run build
168
169
- name: Reuse deno cache folder
170
171
172
cache-name: cache-deno-modules
173
0 commit comments