From 5bae4d21031731bba72f05f2162289c9dac9ba9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 02:43:45 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34d6002..ce2bb07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Cache ~/.pnpm-store - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-pnpm-store with: @@ -67,7 +67,7 @@ jobs: with: node-version-file: '.nvmrc' - name: Cache ~/.pnpm-store - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-pnpm-store with: