We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97576dc + 38ed8da commit c187725Copy full SHA for c187725
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
id: npm-cache
18
run: |
19
echo "::set-output name=dir::$(npm config get cache)"
20
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
21
with:
22
path: ${{ steps.npm-cache.outputs.dir }}
23
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments