From c3b2b6e98b4719402fe5ae87774ecd8dcc3deb04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 18:45:09 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/publish-npm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-npm.yaml b/.github/workflows/publish-npm.yaml index ab9f511..5f71cc1 100644 --- a/.github/workflows/publish-npm.yaml +++ b/.github/workflows/publish-npm.yaml @@ -30,7 +30,7 @@ jobs: pnpm build - name: Cache 'dist' directory - uses: actions/cache@v4 + uses: actions/cache@v6 id: cache-build with: path: | @@ -59,7 +59,7 @@ jobs: version: 9.6.0 - name: Cache 'dist' directory - uses: actions/cache@v4 + uses: actions/cache@v6 id: cache-build with: path: |