diff --git a/.github/actions/setup-playwright/action.yml b/.github/actions/setup-playwright/action.yml index 4c0db96157..c12fc14905 100644 --- a/.github/actions/setup-playwright/action.yml +++ b/.github/actions/setup-playwright/action.yml @@ -17,7 +17,7 @@ runs: echo "version=$(pnpm ls @playwright/test --depth=0 --parseable | grep @playwright | sed -E 's/.*@([0-9]+\.[0-9]+\.[0-9]+).*/\1/')" >> "$GITHUB_OUTPUT" shell: bash - name: Cache Playwright - uses: lynx-infra/cache@ad9f115f5b15348eb208a52ec6f7ffa82e8108df + uses: lynx-infra/cache@558d7c999f9f97ac02ed7e711503bb81d82ff8ee id: playwright-cache with: path: ${{ (runner.os == 'Linux' && '~/.cache/ms-playwright') || '~/Library/Caches/ms-playwright' }} diff --git a/.github/workflows/workflow-bench.yml b/.github/workflows/workflow-bench.yml index fcac9115a0..64e411111f 100644 --- a/.github/workflows/workflow-bench.yml +++ b/.github/workflows/workflow-bench.yml @@ -23,7 +23,7 @@ jobs: corepack enable pnpm install --frozen-lockfile - name: TurboCache - uses: lynx-infra/cache@ad9f115f5b15348eb208a52ec6f7ffa82e8108df + uses: lynx-infra/cache@558d7c999f9f97ac02ed7e711503bb81d82ff8ee with: path: .turbo # We have to be strict here to make sure getting the cache of build-all diff --git a/.github/workflows/workflow-build.yml b/.github/workflows/workflow-build.yml index 296c8e5c07..7523010ee2 100644 --- a/.github/workflows/workflow-build.yml +++ b/.github/workflows/workflow-build.yml @@ -19,7 +19,7 @@ jobs: with: node-version: "22" - name: TurboCache - uses: lynx-infra/cache@ad9f115f5b15348eb208a52ec6f7ffa82e8108df + uses: lynx-infra/cache@558d7c999f9f97ac02ed7e711503bb81d82ff8ee with: path: .turbo key: turbo-v3-${{ hashFiles('**/packages/**/src/**/*.rs') }}-${{ github.sha }} diff --git a/.github/workflows/workflow-test.yml b/.github/workflows/workflow-test.yml index 6548a4eb9d..a619dbf3b5 100644 --- a/.github/workflows/workflow-test.yml +++ b/.github/workflows/workflow-test.yml @@ -34,7 +34,7 @@ jobs: with: node-version: "22" - name: TurboCache - uses: lynx-infra/cache@ad9f115f5b15348eb208a52ec6f7ffa82e8108df + uses: lynx-infra/cache@558d7c999f9f97ac02ed7e711503bb81d82ff8ee with: path: .turbo # We have to be strict here to make sure getting the cache of build-all diff --git a/.github/workflows/workflow-website.yml b/.github/workflows/workflow-website.yml index 5d76a91112..d88be853a2 100644 --- a/.github/workflows/workflow-website.yml +++ b/.github/workflows/workflow-website.yml @@ -15,7 +15,7 @@ jobs: with: node-version: "22" - name: TurboCache - uses: lynx-infra/cache@ad9f115f5b15348eb208a52ec6f7ffa82e8108df + uses: lynx-infra/cache@558d7c999f9f97ac02ed7e711503bb81d82ff8ee with: path: .turbo key: turbo-v3-${{ hashFiles('**/packages/**/src/**/*.rs') }}-${{ github.sha }}