Skip to content

Commit bd5368b

Browse files
chore(deps): update dependency bun to v1.3.8 (#1196)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3a00ad3 commit bd5368b

11 files changed

+11
-11
lines changed

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- uses: oven-sh/setup-bun@v2
3333
with:
34-
bun-version: "1.3.7"
34+
bun-version: "1.3.8"
3535

3636
- name: Install dependencies
3737
run: bun install --frozen-lockfile

.github/workflows/continuous-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- uses: oven-sh/setup-bun@v2
3636
with:
37-
bun-version: "1.3.7"
37+
bun-version: "1.3.8"
3838

3939
- name: Install Dependencies
4040
run: bun install --frozen-lockfile

.github/workflows/docs-deploy-alpha-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- uses: oven-sh/setup-bun@v2
3737
with:
38-
bun-version: "1.3.7"
38+
bun-version: "1.3.8"
3939

4040
- name: Restore Figma image cache
4141
if: ${{ !inputs.skip-figma-cache }}

.github/workflows/docs-deploy-production-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- uses: oven-sh/setup-bun@v2
4040
with:
41-
bun-version: "1.3.7"
41+
bun-version: "1.3.8"
4242

4343
- name: Restore Figma image cache
4444
if: ${{ !inputs.skip-figma-cache }}

.github/workflows/docs-deploy-qa-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: oven-sh/setup-bun@v2
2828
with:
29-
bun-version: "1.3.7"
29+
bun-version: "1.3.8"
3030

3131
- name: Install Dependencies
3232
run: bun install --frozen-lockfile

.github/workflows/docs-deploy-storybook-alpha-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- uses: oven-sh/setup-bun@v2
2929
with:
30-
bun-version: "1.3.7"
30+
bun-version: "1.3.8"
3131

3232
- name: Install Dependencies
3333
run: bun install --frozen-lockfile

.github/workflows/docs-deploy-storybook-production-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: oven-sh/setup-bun@v2
2828
with:
29-
bun-version: "1.3.7"
29+
bun-version: "1.3.8"
3030

3131
- name: Install Dependencies
3232
run: bun install --frozen-lockfile

.github/workflows/react-headless-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: oven-sh/setup-bun@v2
2323
with:
24-
bun-version: "1.3.7"
24+
bun-version: "1.3.8"
2525

2626
- name: Install dependencies
2727
run: bun install --frozen-lockfile

.github/workflows/react-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: oven-sh/setup-bun@v2
2323
with:
24-
bun-version: "1.3.7"
24+
bun-version: "1.3.8"
2525

2626
- name: Install dependencies
2727
run: bun install --frozen-lockfile

.github/workflows/release-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- uses: oven-sh/setup-bun@v2
4242
with:
43-
bun-version: "1.3.7"
43+
bun-version: "1.3.8"
4444

4545
- name: Install Dependencies
4646
run: bun install --frozen-lockfile

0 commit comments

Comments
 (0)