From 1deb539ecbebb0db4c0d99e7d2022d61ce7db14d Mon Sep 17 00:00:00 2001 From: Gen Tamura Date: Fri, 2 Jan 2026 09:35:11 +0900 Subject: [PATCH] chore(ci): update setup-bun pin after merge --- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/typecheck.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0455f27..6310f74 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,5 +10,5 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: persist-credentials: false - - uses: listee-dev/listee-ci/.github/actions/setup-bun@c8346825c9f76c2b3c21e9b4a04fbb9a4c3c5c4c + - uses: listee-dev/listee-ci/.github/actions/setup-bun@e8b9cc21a4dfec25715dddccfd2b1269dba69dab - run: bun x biome ci . diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d259ac7..8344f34 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: persist-credentials: false - - uses: listee-dev/listee-ci/.github/actions/setup-bun@c8346825c9f76c2b3c21e9b4a04fbb9a4c3c5c4c + - uses: listee-dev/listee-ci/.github/actions/setup-bun@e8b9cc21a4dfec25715dddccfd2b1269dba69dab - name: Install dependencies run: bun install --frozen-lockfile - name: Install latest npm diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a7934e5..4f67c46 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: persist-credentials: false - - uses: listee-dev/listee-ci/.github/actions/setup-bun@c8346825c9f76c2b3c21e9b4a04fbb9a4c3c5c4c + - uses: listee-dev/listee-ci/.github/actions/setup-bun@e8b9cc21a4dfec25715dddccfd2b1269dba69dab - name: Bun build run: bun run build - name: Bun test diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml index 8ff2531..272da8d 100644 --- a/.github/workflows/typecheck.yml +++ b/.github/workflows/typecheck.yml @@ -10,6 +10,6 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: persist-credentials: false - - uses: listee-dev/listee-ci/.github/actions/setup-bun@c8346825c9f76c2b3c21e9b4a04fbb9a4c3c5c4c + - uses: listee-dev/listee-ci/.github/actions/setup-bun@e8b9cc21a4dfec25715dddccfd2b1269dba69dab - name: TypeScript (noEmit fallback) run: bun x tsc -b || bun x tsc --noEmit