Skip to content

Commit 032ee2a

Browse files
committed
ci: use oven-sh/setup-bun@v2 in pr-check to fix Bun download HTTP 400 on ubuntu-24.04
1 parent a19d8ea commit 032ee2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Set up Bun
25-
uses: oven-sh/setup-bun@v1
25+
uses: oven-sh/setup-bun@v2
2626
with:
27-
bun-version: 1.x
27+
bun-version: latest
2828

2929
- name: Cache Bun dependencies
3030
uses: actions/cache@v4

0 commit comments

Comments
 (0)