Skip to content

Commit 28d113f

Browse files
author
Tim Willebrands
committed
Update Bun version in GitHub Actions workflows to latest
1 parent 6af8fee commit 28d113f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Bun
2525
uses: oven-sh/setup-bun@v2
2626
with:
27-
bun-version: '1.x'
27+
bun-version: latest
2828

2929
- name: Install
3030
run: bun install --no-progress

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Bun
2020
uses: oven-sh/setup-bun@v2
2121
with:
22-
bun-version: '1.x'
22+
bun-version: latest
2323

2424
- name: Install
2525
run: bun install --no-progress

0 commit comments

Comments
 (0)