Skip to content

Commit 9702fff

Browse files
chore(deps): update dependency bun to v1.3.12
1 parent f910973 commit 9702fff

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v6
1414
- uses: oven-sh/setup-bun@v2
1515
with:
16-
bun-version: "1.3.11"
16+
bun-version: "1.3.12"
1717
- run: bun install --frozen-lockfile
1818
- run: bunx turbo run check
1919

@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v6
2424
- uses: oven-sh/setup-bun@v2
2525
with:
26-
bun-version: "1.3.11"
26+
bun-version: "1.3.12"
2727
- run: bun install --frozen-lockfile
2828
- run: bunx turbo run typecheck
2929

@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v6
3434
- uses: oven-sh/setup-bun@v2
3535
with:
36-
bun-version: "1.3.11"
36+
bun-version: "1.3.12"
3737
- run: bun install --frozen-lockfile
3838
- run: bunx turbo run test -- --coverage
3939

@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v6
4444
- uses: oven-sh/setup-bun@v2
4545
with:
46-
bun-version: "1.3.11"
46+
bun-version: "1.3.12"
4747
- run: bun install --frozen-lockfile
4848
- run: bun run knip
4949

@@ -53,6 +53,6 @@ jobs:
5353
- uses: actions/checkout@v6
5454
- uses: oven-sh/setup-bun@v2
5555
with:
56-
bun-version: "1.3.11"
56+
bun-version: "1.3.12"
5757
- run: bun install --frozen-lockfile
5858
- run: bunx turbo run build

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup Bun
4242
uses: oven-sh/setup-bun@v2
4343
with:
44-
bun-version: "1.3.11"
44+
bun-version: "1.3.12"
4545

4646
- name: Install dependencies
4747
run: bun install --frozen-lockfile
@@ -112,7 +112,7 @@ jobs:
112112
- name: Setup Bun
113113
uses: oven-sh/setup-bun@v2
114114
with:
115-
bun-version: "1.3.11"
115+
bun-version: "1.3.12"
116116

117117
- name: Install dependencies
118118
run: bun install --frozen-lockfile

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[tools]
2-
bun = "1.3.11"
2+
bun = "1.3.12"
33
node = "25.9.0"

0 commit comments

Comments
 (0)