From fa02260259eb8e1b69c17dd0516e5c1e450c752c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 08:30:41 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/ci.yml | 14 +++++++------- .github/workflows/release.yml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6629eca60d..4ec1fb9107 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: install: 'false' - name: Use cached node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('**/bun.lock') }} @@ -74,7 +74,7 @@ jobs: install: 'false' - name: Use cached node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('**/bun.lock') }} @@ -169,7 +169,7 @@ jobs: install: 'false' - name: Use cached node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('**/bun.lock') }} @@ -271,7 +271,7 @@ jobs: install: 'false' - name: Use cached node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('**/bun.lock') }} @@ -311,7 +311,7 @@ jobs: install: 'false' - name: Use cached node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('**/bun.lock') }} @@ -472,7 +472,7 @@ jobs: install: 'false' - name: Use cached node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('**/bun.lock') }} @@ -547,7 +547,7 @@ jobs: install: 'false' - name: Use cached node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('**/bun.lock') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 052555caf5..628e0e9d14 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -123,7 +123,7 @@ jobs: install: 'false' - name: Use Cached node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('**/bun.lock') }} @@ -181,7 +181,7 @@ jobs: install: 'false' - name: Use Cached node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: node_modules key: ${{ runner.os }}-node-modules-${{ hashFiles('**/bun.lock') }}