From 8bba6527f5ae0c3cd78bfbb1504224fe85324176 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 08:47:26 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .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 6101aa32..06cf8fec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: with: bun-version: ${{ env.BUN_VERSION }} - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.bun/install/cache @@ -51,7 +51,7 @@ jobs: with: bun-version: ${{ env.BUN_VERSION }} - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.bun/install/cache @@ -74,7 +74,7 @@ jobs: with: bun-version: ${{ env.BUN_VERSION }} - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.bun/install/cache