Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Commit b3126d3

Browse files
chore(deps): update oven-sh/setup-bun action to v2
1 parent e9a973f commit b3126d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/checkout@v4
6363

6464
- name: Setup Bun
65-
uses: oven-sh/setup-bun@v1
65+
uses: oven-sh/setup-bun@v2
6666

6767
- name: Install packages
6868
run: bun install --frozen-lockfile

.github/workflows/Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v4
3636

3737
- name: Setup Bun
38-
uses: oven-sh/setup-bun@v1
38+
uses: oven-sh/setup-bun@v2
3939

4040
- name: Install packages
4141
run: bun install --frozen-lockfile

0 commit comments

Comments
 (0)