From 41e71bbc3c82a09d7144e2ff9061ef468e11c0b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 21:37:00 +0000 Subject: [PATCH] =?UTF-8?q?feat(github-action):=20update=20actions/cache?= =?UTF-8?q?=20(=20v4.0.2=20=E2=86=92=20v4.1.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pr.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ad43fba..ca922ac 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -29,7 +29,7 @@ jobs: scope: '@ivuorinen' - name: Cache Node Modules - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.0 id: cache with: path: node_modules diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 32c71c9..d3577da 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: scope: '@ivuorinen' - name: Cache Node Modules - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.0 id: cache with: path: node_modules