From 25d32e0f452a42345619c9cb4dcbd2c8e1a62b4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 07:49:21 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d319a52..2b00b674 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: oven-sh/setup-bun@v2.1.2 - name: Use cached node_modules - uses: actions/cache@v5.0.3 + uses: actions/cache@v6.1.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -47,7 +47,7 @@ jobs: uses: oven-sh/setup-bun@v2.1.2 - name: Use cached node_modules - uses: actions/cache@v5.0.3 + uses: actions/cache@v6.1.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -70,7 +70,7 @@ jobs: uses: oven-sh/setup-bun@v2.1.2 - name: Use cached node_modules - uses: actions/cache@v5.0.3 + uses: actions/cache@v6.1.0 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }}