From 3380b453be6e7a0241a923be9c65e388275b8dd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 02:19:16 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ce54145d..4c3ee625 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -67,7 +67,7 @@ jobs: - uses: actions/checkout@v2 - name: Cache node_modules - uses: actions/cache@v2 + uses: actions/cache@v4 env: cache-name: node_modules with: @@ -155,7 +155,7 @@ jobs: - uses: actions/checkout@v2 - name: Cache node_modules - uses: actions/cache@v2 + uses: actions/cache@v4 env: cache-name: node_modules with: