Skip to content

Commit 3c12cf8

Browse files
committed
chore(workflows): update bun version
1 parent 2017a99 commit 3c12cf8

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ updates:
55
schedule:
66
interval: "weekly"
77
assignees:
8-
- "GalvinPython"
8+
- "GalvinPython"
9+
target-branch: "dev"

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v2
2424

2525
- name: Setup Bun
26-
uses: oven-sh/setup-bun@v1
26+
uses: oven-sh/setup-bun@v2
2727

2828
- name: Install dependencies
2929
run: bun install

.github/workflows/lockb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Set up Bun
17-
uses: oven-sh/setup-bun@v1
17+
uses: oven-sh/setup-bun@v2
1818

1919
- name: Check out repository
2020
uses: actions/checkout@v4
@@ -41,4 +41,4 @@ jobs:
4141
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
4242
git commit -m "Update bun.lockb (via GitHub Actions)"
4343
git pull --rebase origin main
44-
git push
44+
git push

0 commit comments

Comments
 (0)