From 427b96add08d89517884f60a6067173c7a190b1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 10:22:11 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/benchmark.yml | 2 +- .github/workflows/ci.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index db4d015b..b4f13284 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -41,7 +41,7 @@ jobs: uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.3 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f5ebaf1..c5ebdc97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.3 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -47,7 +47,7 @@ jobs: uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.3 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -70,7 +70,7 @@ jobs: uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.3 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }} @@ -93,7 +93,7 @@ jobs: uses: oven-sh/setup-bun@v2.0.2 - name: Use cached node_modules - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.3 with: path: node_modules key: node-modules-${{ hashFiles('**/bun.lock') }}