From def6b1243d58d65920317494f4d592983bc81d9c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 25 Mar 2022 15:48:33 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9a8558c..2a1a467 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -39,7 +39,7 @@ jobs: steps: - uses: actions/checkout@v2 - uses: volta-cli/action@v1 - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}