Skip to content

Commit 16be083

Browse files
author
alexperez
committed
fix: update GitHub Actions cache action to version 2
1 parent a065faf commit 16be083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
node-version: '16.x'
7272
registry-url: 'https://registry.npmjs.org'
73-
- uses: actions/cache@v1
73+
- uses: actions/cache@v2
7474
with:
7575
path: ~/.npm
7676
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)