diff --git a/action.yml b/action.yml index 1079534..b6d0f05 100644 --- a/action.yml +++ b/action.yml @@ -173,7 +173,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 953abce..dfad550 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