Skip to content

Commit 4c682d8

Browse files
authored
chore: bump oven-sh/setup-bun to v2.2.0 (Node.js 24) (#1238)
setup-bun v2.1.2 runs on Node.js 20, which GitHub will stop supporting on June 2, 2026. v2.2.0 updates the action runtime to Node.js 24. Fixes #1237
1 parent 38ec876 commit 4c682d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ runs:
173173
steps:
174174
- name: Install Bun
175175
if: inputs.path_to_bun_executable == ''
176-
uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # https://github.com/oven-sh/setup-bun/releases/tag/v2.1.2
176+
uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # https://github.com/oven-sh/setup-bun/releases/tag/v2.2.0
177177
with:
178178
bun-version: 1.3.6
179179
token: ${{ inputs.github_token || github.token }}

base-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ runs:
9797

9898
- name: Install Bun
9999
if: inputs.path_to_bun_executable == ''
100-
uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # https://github.com/oven-sh/setup-bun/releases/tag/v2.1.2
100+
uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # https://github.com/oven-sh/setup-bun/releases/tag/v2.2.0
101101
with:
102102
bun-version: 1.3.6
103103

0 commit comments

Comments
 (0)