From e7e25fad3f25ca0e2cc2579ce74b97212744552c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 18:23:37 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/build.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9926769..7e5985e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: registry-url: https://registry.npmjs.org - id: cache_npm name: Cache Node.js modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.npm diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index edeb620..0c5bba7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: # Dependencies - id: cache_npm name: Cache Node.js modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.npm