From 766504326cff4604a52ddf12338aec2b606fe874 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 17:38:20 +0000 Subject: [PATCH] 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 e595f6a..53f190f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: with: node-version: 14 - name: Cache - uses: actions/cache@v2 + uses: actions/cache@v4 id: cache with: path: '**/node_modules' @@ -37,7 +37,7 @@ jobs: with: node-version: 14 - name: Cache - uses: actions/cache@v2 + uses: actions/cache@v4 id: cache with: path: '**/node_modules'