Skip to content

Commit b4f1e21

Browse files
committed
[HotFix]: Use actions correct name
1 parent 5e226ee commit b4f1e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Setup Bun
14-
uses: oven-sh/bun@v1
14+
uses: oven-sh/setup-bun@v2
1515
- name: Install dependencies
1616
run: bun install
1717
- name: Typecheck

0 commit comments

Comments
 (0)