Skip to content

Commit 3533a44

Browse files
chore(deps): update all non-major
1 parent 06b3fdb commit 3533a44

2 files changed

Lines changed: 6 additions & 6 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.12
50+
bun-version: 1.3.13
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.12
60+
bun-version: 1.3.13
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.12
70+
bun-version: 1.3.13
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.12
82+
bun-version: 1.3.13
8383
- run: bun install --frozen-lockfile
8484
- name: Run Tests
8585
run: bun run coverage

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
2323
- uses: oven-sh/setup-bun@v2.2.0
2424
with:
25-
bun-version: 1.3.12
25+
bun-version: 1.3.13
2626

27-
- uses: actions/setup-node@v6.3.0
27+
- uses: actions/setup-node@v6.4.0
2828
with:
2929
node-version: '24'
3030
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)