Skip to content

Commit 125859c

Browse files
committed
chore(ci): update setup version
1 parent 37b2794 commit 125859c

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- name: Check out code
17-
uses: actions/checkout@v3
18-
with:
19-
fetch-depth: 2
20-
21-
- uses: oven-sh/setup-bun@v1
22-
with:
23-
bun-version: latest
16+
- uses: actions/checkout@v4
17+
- uses: oven-sh/setup-bun@v2
2418

2519
- name: Install dependencies
2620
run: bun install
2721

28-
- name: Build
22+
- name: Build projects
2923
run: bun run build

0 commit comments

Comments
 (0)