From dd9827dad62f86bfbc966802e658ed05392a21e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 04:51:28 +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 4773c5c2..1d4bced9 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@v5 + uses: actions/cache@v6 with: path: | ~/.bun @@ -125,7 +125,7 @@ jobs: uses: rharkor/caching-for-turbo@v1.8 - name: Cache .cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ./.cache/eslint @@ -193,7 +193,7 @@ jobs: - name: Cache node_modules if: ${{ !contains(matrix.os, 'windows') }} - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.bun