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