From 960bdc5ac63f53fce9f3f3a741bc6b1e379f2def Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 12 Feb 2022 04:06:32 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v2 --- .github/workflows/format-checking.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format-checking.yml b/.github/workflows/format-checking.yml index fd247db..e85af49 100644 --- a/.github/workflows/format-checking.yml +++ b/.github/workflows/format-checking.yml @@ -15,7 +15,7 @@ jobs: node-version: '16.x' - name: Cache dependecies Node - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}