Skip to content

Commit 4977171

Browse files
chore(deps): update dependency bun to v1.3.10 (#1776)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1217281 commit 4977171

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v6.0.2
2525
- uses: oven-sh/setup-bun@v2.1.2
2626
with:
27-
bun-version: 1.3.9
27+
bun-version: 1.3.10
2828
- uses: actions/setup-node@v6
2929
- run: bun install --frozen-lockfile
3030
- run: bun run build:linux-amd64
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v6.0.2
4242
- uses: oven-sh/setup-bun@v2.1.2
4343
with:
44-
bun-version: 1.3.9
44+
bun-version: 1.3.10
4545
- run: bun install --frozen-lockfile
4646
- run: bun run lint
4747

@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/checkout@v6.0.2
5252
- uses: oven-sh/setup-bun@v2.1.2
5353
with:
54-
bun-version: 1.3.9
54+
bun-version: 1.3.10
5555
- run: bun install --frozen-lockfile
5656
- run: bunx depcheck --ignores depcheck,@types/bun,@types/bun-types,bun:test
5757

@@ -63,7 +63,7 @@ jobs:
6363
fetch-depth: 0
6464
- uses: oven-sh/setup-bun@v2.1.2
6565
with:
66-
bun-version: 1.3.9
66+
bun-version: 1.3.10
6767
- run: bun install --frozen-lockfile
6868
- name: Run Tests
6969
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.1.2
2424
with:
25-
bun-version: 1.3.9
25+
bun-version: 1.3.10
2626

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

0 commit comments

Comments
 (0)