Skip to content

Commit 0edd46f

Browse files
chore(deps): update actions/cache action to v3 (#581)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 6db0431 commit 0edd46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
id: npm-cache
3535
run: |
3636
echo "::set-output name=dir::$(npm config get cache)"
37-
- uses: actions/cache@v2
37+
- uses: actions/cache@v3
3838
with:
3939
path: ${{ steps.npm-cache.outputs.dir }}
4040
key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)