From cf615bcba11d87e226a5bb658843a516d425d8cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 09:07:20 +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