From 007b6b080bfc82970ba03e1085eff4866020ec38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 23:58:35 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13b43e1..84df00c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: with: node-version: 24 - name: Restore cached dependencies - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: ~/.pnpm-store key: node-modules-${{ hashFiles('package.json') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad2c43b..b88255c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: node-version: 22 registry-url: 'https://registry.npmjs.org' - name: Restore cached dependencies - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: ~/.pnpm-store key: node-modules-${{ hashFiles('package.json') }}