Skip to content

Commit

Permalink
feat(create-test-action): bump actions/cache to v2 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m authored Mar 7, 2021
1 parent 8576bd8 commit 4b0a9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/create-test-action.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: \${{ matrix.node_version }}
- uses: actions/cache@v1
- uses: actions/cache@v2
with:
path: ~/.npm
key: \${{ runner.os }}-node-\${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 4b0a9d4

Please sign in to comment.