File tree Expand file tree Collapse file tree 3 files changed +0
-546
lines changed Expand file tree Collapse file tree 3 files changed +0
-546
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments