From 5a081b0ddfbc4f1416d3c1cc1ca025a748d8c80c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 23:44:11 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a758fbe5..0465af32 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -18,7 +18,7 @@ jobs: with: node-version: '16' check-latest: true - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: | node_modules