mirror of https://github.com/openclaw/openclaw.git
ci: pin bun setup version to avoid API rate-limit flakes
This commit is contained in:
parent
b97b8908b9
commit
2cbf15eb66
|
|
@ -52,7 +52,7 @@ runs:
|
|||
if: inputs.install-bun == 'true'
|
||||
uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: latest
|
||||
bun-version: "1.3.9"
|
||||
|
||||
- name: Runtime versions
|
||||
shell: bash
|
||||
|
|
|
|||
|
|
@ -373,7 +373,7 @@ jobs:
|
|||
- name: Setup Bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: latest
|
||||
bun-version: "1.3.9"
|
||||
|
||||
- name: Runtime versions
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue