From 74c65db3650b08d19c1b4a0c97aedf87acc012f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 16:58:39 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .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 70d8bba1..0962d907 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: registry-url: 'https://registry.npmjs.org' cache: 'pnpm' - name: Restore cached dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.pnpm-store key: node-modules-${{ hashFiles('package.json') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 364afa0d..bbd51e87 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@v5 + uses: actions/cache@v6 with: path: ~/.pnpm-store key: node-modules-${{ hashFiles('package.json') }}