From 5c16b2f2fd10c1210a039cd08bbcd9684080b32d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 23:37:09 -0800 Subject: [PATCH] chore(deps): update actions/cache action to v5 (#457) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 34f5f9b0..542119d3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -112,7 +112,7 @@ jobs: - name: Cache node_modules if: ${{ !contains(matrix.os, 'windows') }} - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.bun @@ -125,7 +125,7 @@ jobs: uses: rharkor/caching-for-turbo@v1.8 - name: Cache .cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ./.cache/eslint @@ -193,7 +193,7 @@ jobs: - name: Cache node_modules if: ${{ !contains(matrix.os, 'windows') }} - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.bun