Skip to content

Commit 2d9490d

Browse files
chore(deps): update dependency bun to v1.3.12
1 parent fe3304c commit 2d9490d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v6.0.2
4848
- uses: oven-sh/setup-bun@v2.2.0
4949
with:
50-
bun-version: 1.3.11
50+
bun-version: 1.3.12
5151
- run: bun install --frozen-lockfile
5252
- run: bun run typecheck
5353

@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions/checkout@v6.0.2
5858
- uses: oven-sh/setup-bun@v2.2.0
5959
with:
60-
bun-version: 1.3.11
60+
bun-version: 1.3.12
6161
- run: bun install --frozen-lockfile
6262
- run: bun run lint
6363

@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@v6.0.2
6868
- uses: oven-sh/setup-bun@v2.2.0
6969
with:
70-
bun-version: 1.3.11
70+
bun-version: 1.3.12
7171
- run: bun install --frozen-lockfile
7272
- run: bunx depcheck --ignores depcheck,@types/bun,@types/bun-types,vitest,@vitest/coverage-v8
7373

@@ -79,7 +79,7 @@ jobs:
7979
fetch-depth: 0
8080
- uses: oven-sh/setup-bun@v2.2.0
8181
with:
82-
bun-version: 1.3.11
82+
bun-version: 1.3.12
8383
- run: bun install --frozen-lockfile
8484
- name: Run Tests
8585
run: bun run coverage

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
2323
- uses: oven-sh/setup-bun@v2.2.0
2424
with:
25-
bun-version: 1.3.11
25+
bun-version: 1.3.12
2626

2727
- uses: actions/setup-node@v6.3.0
2828
with:

0 commit comments

Comments
 (0)