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 ac97032 commit cddbafeCopy full SHA for cddbafe
1 file changed
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
52
id: npm-cache-dir-path
53
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
54
55
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
56
id: npm-cache
57
with:
58
path: ${{ steps.npm-cache-dir-path.outputs.dir }}
0 commit comments