From 29aac8bbc178256e4b53b00f7da4233bd5ba48eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 May 2022 02:12:54 +0700 Subject: [PATCH] chore(deps): update actions/cache action to v3 (#487) Co-authored-by: Renovate Bot --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c4cbd2..f864a0c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Cache node_modules - uses: actions/cache@v2 + uses: actions/cache@v3 id: cache-nodemodules with: path: node_modules