diff --git a/.github/workflows/bundlewatch.yml b/.github/workflows/bundlewatch.yml index 455590e65..116ba58f5 100644 --- a/.github/workflows/bundlewatch.yml +++ b/.github/workflows/bundlewatch.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v7 - name: Cache turbo build setup - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .turbo key: ${{ runner.os }}-turbo-${{ github.sha }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 465966c74..19cc0cb2b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v7 - name: Cache turbo build setup - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .turbo key: ${{ runner.os }}-turbo-${{ github.sha }} diff --git a/.github/workflows/type-check.yml b/.github/workflows/type-check.yml index 24d706e41..c3e00b9a7 100644 --- a/.github/workflows/type-check.yml +++ b/.github/workflows/type-check.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v7 - name: Cache turbo build setup - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .turbo key: ${{ runner.os }}-turbo-${{ github.sha }}