We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 320c441 + 292f805 commit f83e477Copy full SHA for f83e477
.github/workflows/external.yml
@@ -69,7 +69,7 @@ jobs:
69
id: npm-cache-dir
70
if: runner.os != 'Windows'
71
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
72
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
73
with:
74
path: ${{ steps.npm-cache-dir-windows.outputs.dir || steps.npm-cache-dir.outputs.dir }}
75
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json', '**/package.json') }}
0 commit comments