diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebc7c31ee..12653e165 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: node-version-file: package.json - name: Cache Bun and Turbo - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.bun/install/cache @@ -42,7 +42,7 @@ jobs: ${{ runner.os }}-bun-${{ hashFiles('bun.lock') }}- - name: Cache Playwright browsers - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/ms-playwright key: ${{ runner.os }}-playwright-${{ hashFiles('bun.lock') }}