Skip to content

Commit bdf783d

Browse files
committed
chore: wip
1 parent 618bcd4 commit bdf783d

File tree

3 files changed

+0
-546
lines changed

3 files changed

+0
-546
lines changed

.github/workflows/buddy-bot.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ jobs:
127127

128128
- name: Setup Bun
129129
uses: oven-sh/setup-bun@v2
130-
with:
131-
bun-version: latest
132130

133131
- name: Setup PHP and Composer (if needed)
134132
if: ${{ hashFiles('composer.json') != '' }}
@@ -166,8 +164,6 @@ jobs:
166164

167165
- name: Setup Bun
168166
uses: oven-sh/setup-bun@v2
169-
with:
170-
bun-version: latest
171167

172168
- name: Install dependencies
173169
run: bun install
@@ -249,8 +245,6 @@ jobs:
249245

250246
- name: Setup Bun
251247
uses: oven-sh/setup-bun@v2
252-
with:
253-
bun-version: latest
254248

255249
- name: Setup PHP and Composer (if needed)
256250
if: ${{ hashFiles('composer.json') != '' }}
@@ -358,8 +352,6 @@ jobs:
358352

359353
- name: Setup Bun
360354
uses: oven-sh/setup-bun@v2
361-
with:
362-
bun-version: latest
363355

364356
- name: Install dependencies
365357
run: bun install

0 commit comments

Comments
 (0)