Skip to content

Commit 76b5c6a

Browse files
committed
Specify bun-version for oven-sh/setup-bun
1 parent 1d24058 commit 76b5c6a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
with:
5656
persist-credentials: false
5757
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
58+
with:
59+
bun-version: 1.3.12
5860
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5961
with:
6062
python-version: '3.10'
@@ -98,6 +100,8 @@ jobs:
98100
with:
99101
persist-credentials: false
100102
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
103+
with:
104+
bun-version: 1.3.12
101105
- name: Install dependencies
102106
run: bun ci
103107
- name: Download blob reports from GitHub Actions Artifacts

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
fetch-depth: 0
4343
persist-credentials: false
4444
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
45+
with:
46+
bun-version: 1.3.12
4547
- name: Set up Python
4648
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4749
with:

0 commit comments

Comments
 (0)