Skip to content

Commit b461f13

Browse files
committed
build: Update actions/cache action to v2
1 parent 0f4bb9d commit b461f13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: NPM Cache
21-
uses: actions/cache@v1
21+
uses: actions/cache@v2
2222
with:
2323
path: ~/.npm
2424
key: ${{ runner.os }}-npm-cache-${{ hashFiles('**/package-lock.json') }}
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@v2
4242

4343
- name: NPM Cache
44-
uses: actions/cache@v1
44+
uses: actions/cache@v2
4545
with:
4646
key: ${{ runner.os }}-npm-cache-${{ hashFiles('**/package-lock.json') }}
4747
path: ~/.npm

0 commit comments

Comments
 (0)