File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
2424 runs-on : ubuntu-latest
2525
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v6
2828
29- - uses : oven-sh/setup-bun@v2
29+ - uses : oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461 # v2.1.3
3030
3131 - name : Install dependencies
32- run : bun install
32+ run : bun install --frozen-lockfile
3333
3434 # Build the docs with localhost URLs so the embedded sitemap + internal
3535 # links all resolve against the local preview server.
Original file line number Diff line number Diff line change 33 *
44 * Run: bun run docs:test:responsive
55 *
6- * Tests live in scripts/responsive.spec .ts.
6+ * Tests live in scripts/responsive.pw .ts.
77 * They require a running VitePress preview server (bun run docs:preview).
88 * In CI the server is started by the responsive.yml workflow.
99 */
You can’t perform that action at this time.
0 commit comments