Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup-playwright/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Loading