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 d374502 commit 56334faCopy full SHA for 56334fa
.github/actions/npm-setup/action.yml
@@ -20,7 +20,7 @@ runs:
20
id: npm-cache-dir
21
shell: bash
22
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
23
- - uses: actions/cache@v4
+ - uses: actions/cache/restore@v4
24
id: npm-cache # use this to check for `cache-hit` ==> if: steps.npm-cache.outputs.cache-hit != 'true'
25
with:
26
path: ${{ steps.npm-cache-dir.outputs.dir }}
0 commit comments