From 4b0a9d4c4189663764f51aaa2311823b9cf115af Mon Sep 17 00:00:00 2001 From: Oscar Dominguez Date: Sun, 7 Mar 2021 05:46:07 +0100 Subject: [PATCH] feat(create-test-action): bump actions/cache to v2 (#10) --- lib/create-test-action.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/create-test-action.js b/lib/create-test-action.js index 52e9f31..e0ce452 100644 --- a/lib/create-test-action.js +++ b/lib/create-test-action.js @@ -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') }}