From 1fc4e96b28f33542bb07790879d03b1da62fe904 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 14:27:40 +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 2af8f420..3af7ccb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: uses: oven-sh/setup-bun@v2.2.0 - name: Use cached node_modules - uses: actions/cache@v5.0.4 + uses: actions/cache@v6.1.0 with: path: node_modules key: bun-nm-v2-${{ hashFiles('bun.lock') }} @@ -50,7 +50,7 @@ jobs: uses: oven-sh/setup-bun@v2.2.0 - name: Use cached node_modules - uses: actions/cache@v5.0.4 + uses: actions/cache@v6.1.0 with: path: node_modules key: bun-nm-v2-${{ hashFiles('bun.lock') }} @@ -75,7 +75,7 @@ jobs: uses: oven-sh/setup-bun@v2.2.0 - name: Use cached node_modules - uses: actions/cache@v5.0.4 + uses: actions/cache@v6.1.0 with: path: node_modules key: bun-nm-v2-${{ hashFiles('bun.lock') }}