From d79a2118f237ccf23cb153d8e2e2445b1755ac91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 16:15:36 +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 c601448f..31ad0970 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