From e208124d290ada145ed5dcbe0cf0116c598ffd14 Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Tue, 20 Jan 2026 14:06:49 -0800 Subject: [PATCH] chore: bump Bun to 1.3.6 and setup-bun action to v2.1.2 (#848) Claude-Generated-By: Claude Code (cli/claude=100%) Claude-Steers: 1 Claude-Permission-Prompts: 5 Claude-Escapes: 1 --- action.yml | 4 ++-- base-action/action.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index cd2f751..935d687 100644 --- a/action.yml +++ b/action.yml @@ -148,9 +148,9 @@ runs: steps: - name: Install Bun if: inputs.path_to_bun_executable == '' - uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # https://github.com/oven-sh/setup-bun/releases/tag/v2.0.2 + uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # https://github.com/oven-sh/setup-bun/releases/tag/v2.1.2 with: - bun-version: 1.2.11 + bun-version: 1.3.6 - name: Setup Custom Bun Path if: inputs.path_to_bun_executable != '' diff --git a/base-action/action.yml b/base-action/action.yml index 89b883a..effcf64 100644 --- a/base-action/action.yml +++ b/base-action/action.yml @@ -97,9 +97,9 @@ runs: - name: Install Bun if: inputs.path_to_bun_executable == '' - uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # https://github.com/oven-sh/setup-bun/releases/tag/v2.0.2 + uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # https://github.com/oven-sh/setup-bun/releases/tag/v2.1.2 with: - bun-version: 1.2.11 + bun-version: 1.3.6 - name: Setup Custom Bun Path if: inputs.path_to_bun_executable != ''