From 86822c1dbade7146bf8f7c112ffa2afc57c97d65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 07:23:32 +0700 Subject: [PATCH] chore(deps): update actions/cache action to v4 (#758) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 5e8ceee..d1c0dc0 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@v3 + uses: actions/cache@v4 id: cache-nodemodules with: path: node_modules