From 5d1ed585c776186b9b7f42f22d7b6d4e325ac653 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 20:04:56 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/ci.yml | 6 +++--- .github/workflows/create-release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 082307e3..5806dfa7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: with: node-version: 20 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }} @@ -39,7 +39,7 @@ jobs: with: node-version: 20 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }} @@ -59,7 +59,7 @@ jobs: with: node-version: 20 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 6614a83b..a6ea8c86 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -15,7 +15,7 @@ jobs: with: node-version: 20 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}