From 56370f37b008490f88133f730a370777384d14f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Sep 2022 03:50:19 +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