Skip to content

Commit c19ee7b

Browse files
chore(deps): update actions/cache action to v2 (#95)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 0295e7c commit c19ee7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
registry-url: 'https://registry.npmjs.org/'
1919

2020
- name: Cache dependencies
21-
uses: actions/cache@v1
21+
uses: actions/cache@v2
2222
with:
2323
path: ~/.npm
2424
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)