From 18ae16b20f526ef1b85bdfbe78e07c2716425963 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Oct 2020 11:34:13 +0800 Subject: [PATCH] Update actions/cache action to v2 (#129) Co-authored-by: Renovate Bot --- .github/workflows/tester.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml index cea3d48..5e1c575 100644 --- a/.github/workflows/tester.yml +++ b/.github/workflows/tester.yml @@ -16,7 +16,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 - name: Cache NPM dependencies - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: node_modules key: ${{ runner.os }}-npm-cache