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.
2 parents 2fe98a8 + 3e72a12 commit 0aa42b4Copy full SHA for 0aa42b4
.github/workflows/node.js-ci.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
37
38
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
39
name: Setup pnpm cache
40
with:
41
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
@@ -73,7 +73,7 @@ jobs:
73
74
75
76
77
78
79
0 commit comments