Skip to content

Commit f83e477

Browse files
authored
Merge pull request #75 from SocketDev/dependabot/github_actions/actions/cache-4
2 parents 320c441 + 292f805 commit f83e477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/external.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
id: npm-cache-dir
7070
if: runner.os != 'Windows'
7171
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
72-
- uses: actions/cache@v3
72+
- uses: actions/cache@v4
7373
with:
7474
path: ${{ steps.npm-cache-dir-windows.outputs.dir || steps.npm-cache-dir.outputs.dir }}
7575
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json', '**/package.json') }}

0 commit comments

Comments
 (0)