From 65d80f2a3a4f70c04b9f43888c483aa74e2e366e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 15:31:31 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20actions/cache=20action?= =?UTF-8?q?=20(v5.0.1=20=E2=86=92=20v5.0.2)=20(#450)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 b061d6c..b61a909 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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 id: cache with: path: node_modules diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8c6f118..5ef609b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -59,7 +59,7 @@ jobs: run: npm install -g corepack --force && corepack enable - name: Cache Node Modules - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 id: cache with: path: node_modules