From ba8f7785ff1239b3bea0f7d0e504b72c4a5a4fa1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Mar 2022 14:40:55 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a454d46a..704755ef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v1 - - uses: actions/cache@v1 + - uses: actions/cache@v3 id: cache with: path: "node_modules"