Skip to content

Commit 4b0a9d4

Browse files
authored
feat(create-test-action): bump actions/cache to v2 (#10)
1 parent 8576bd8 commit 4b0a9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/create-test-action.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-node@v2
2525
with:
2626
node-version: \${{ matrix.node_version }}
27-
- uses: actions/cache@v1
27+
- uses: actions/cache@v2
2828
with:
2929
path: ~/.npm
3030
key: \${{ runner.os }}-node-\${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)