Skip to content

Commit ad45cad

Browse files
chore(deps): update actions/cache action to v3
1 parent d902e78 commit ad45cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scip-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id: npm-cache
2626
run: |
2727
echo "::set-output name=dir::$(npm config get cache)"
28-
- uses: actions/cache@v2
28+
- uses: actions/cache@v3
2929
with:
3030
path: ${{ steps.npm-cache.outputs.dir }}
3131
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)