From ebad552646816844276c9ee919623fa02b056a01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 01:15:51 +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 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