From ae5829ece6b3e02656db80e27d7f9913a03808c0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Mar 2022 14:47:29 +0000 Subject: [PATCH] Update actions/cache action to v3 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c97e100..8d0a974 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: node-version: 12.x - name: Use cached node_modules - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: node_modules key: nodeModules-${{ hashFiles('**/yarn.lock') }}