From 2666ff15b2a1872b1b88f34a513a8db2c29ba075 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 12:46:18 +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 3d1f84c..0839b93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - 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 dc5fc89..0a1847c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: node-version: 24 registry-url: "https://registry.npmjs.org" - name: Restore cached dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.pnpm-store key: node-modules-${{ hashFiles('package.json') }}