From 87e8f9bda19ebb2a69aa6d0e1fdf0a8b903b0d3f Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Tue, 17 Mar 2026 13:28:11 -0700 Subject: [PATCH 1/2] chore: bump setup-bun action to v2.2.0 for Node.js 24 support Fixes #1050 Co-Authored-By: Claude Opus 4.6 (1M context) --- action.yml | 2 +- base-action/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 18806ab47..ff67a8fde 100644 --- a/action.yml +++ b/action.yml @@ -164,7 +164,7 @@ runs: steps: - name: Install Bun if: inputs.path_to_bun_executable == '' - uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # https://github.com/oven-sh/setup-bun/releases/tag/v2.1.2 + uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # https://github.com/oven-sh/setup-bun/releases/tag/v2.2.0 with: bun-version: 1.3.6 token: ${{ inputs.github_token || github.token }} diff --git a/base-action/action.yml b/base-action/action.yml index e31644fc1..99b4cd628 100644 --- a/base-action/action.yml +++ b/base-action/action.yml @@ -97,7 +97,7 @@ runs: - name: Install Bun if: inputs.path_to_bun_executable == '' - uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # https://github.com/oven-sh/setup-bun/releases/tag/v2.1.2 + uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # https://github.com/oven-sh/setup-bun/releases/tag/v2.2.0 with: bun-version: 1.3.6 From fe73323f36db5f75ebddacaf59dc8eef403f0767 Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Tue, 17 Mar 2026 13:29:35 -0700 Subject: [PATCH 2/2] chore: bump bun-version from 1.3.6 to 1.3.10 Co-Authored-By: Claude Opus 4.6 (1M context) --- action.yml | 2 +- base-action/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index ff67a8fde..5bdfae32d 100644 --- a/action.yml +++ b/action.yml @@ -166,7 +166,7 @@ runs: if: inputs.path_to_bun_executable == '' uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # https://github.com/oven-sh/setup-bun/releases/tag/v2.2.0 with: - bun-version: 1.3.6 + bun-version: 1.3.10 token: ${{ inputs.github_token || github.token }} - name: Setup Custom Bun Path diff --git a/base-action/action.yml b/base-action/action.yml index 99b4cd628..d146d34bb 100644 --- a/base-action/action.yml +++ b/base-action/action.yml @@ -99,7 +99,7 @@ runs: if: inputs.path_to_bun_executable == '' uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # https://github.com/oven-sh/setup-bun/releases/tag/v2.2.0 with: - bun-version: 1.3.6 + bun-version: 1.3.10 - name: Setup Custom Bun Path if: inputs.path_to_bun_executable != ''