Skip to content

Commit 0887d33

Browse files
chore(deps): update dependency bun to v1.3.13 (#2839)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1890679 commit 0887d33

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/actions/node-minify/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ runs:
8888
- name: Setup Bun
8989
uses: oven-sh/setup-bun@v2
9090
with:
91-
bun-version: "1.3.12"
91+
bun-version: "1.3.13"
9292

9393
- name: Install dependencies
9494
shell: bash

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Bun
3030
uses: oven-sh/setup-bun@v2
3131
with:
32-
bun-version: "1.3.12"
32+
bun-version: "1.3.13"
3333

3434
- name: Setup Node.js
3535
uses: actions/setup-node@v6

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: 📦 Setup Bun
2828
uses: oven-sh/setup-bun@v2
2929
with:
30-
bun-version: "1.3.12"
30+
bun-version: "1.3.13"
3131

3232
- name: ⚙️ Setup Node
3333
uses: actions/setup-node@v6

.github/workflows/release-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Bun
3030
uses: oven-sh/setup-bun@v2
3131
with:
32-
bun-version: "1.3.12"
32+
bun-version: "1.3.13"
3333

3434
- name: Install dependencies
3535
run: bun install --frozen-lockfile

.github/workflows/test-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Bun
2525
uses: oven-sh/setup-bun@v2
2626
with:
27-
bun-version: "1.3.12"
27+
bun-version: "1.3.13"
2828

2929
- name: Install dependencies
3030
run: bun install --frozen-lockfile

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Bun
2727
uses: oven-sh/setup-bun@v2
2828
with:
29-
bun-version: "1.3.12"
29+
bun-version: "1.3.13"
3030

3131
- name: Set up JDK 11
3232
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)