From 17f6673ce8ea93a102e2fbb0ad57003a18087c70 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 7 Jun 2022 14:48:35 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3 --- .github/workflows/verify_next.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify_next.js.yml b/.github/workflows/verify_next.js.yml index d343bd0..2770bd9 100644 --- a/.github/workflows/verify_next.js.yml +++ b/.github/workflows/verify_next.js.yml @@ -29,7 +29,7 @@ jobs: - name: Cache id: cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v3.0.4 with: path: ./app-runner-oauth2-proxy-dynamodb/app/next.js/node_modules key: node-${{ secrets.CACHE_VERSION }}-${{ hashFiles('app/next.js/package-lock.json', '.nvmrc') }}