Skip to content

Commit f4bbb82

Browse files
ci(action): update actions/cache action to v2 (#2)
Co-authored-by: Renovate Bot <[email protected]>
1 parent c5c7061 commit f4bbb82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-node@v2
1414
with:
1515
node-version: 12
16-
- uses: actions/cache@v1
16+
- uses: actions/cache@v2
1717
with:
1818
path: ~/.npm
1919
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-node@v2
2020
with:
2121
node-version: ${{ matrix.node_version }}
22-
- uses: actions/cache@v1
22+
- uses: actions/cache@v2
2323
with:
2424
path: ~/.npm
2525
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)