From 30a22b0f273a081f34a65c5e318034760179c19a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 22 Mar 2022 01:12:37 +0000 Subject: [PATCH] Update actions/cache action to v3 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7a715af..0e06f9f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout Code uses: actions/checkout@v2 - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}