From 204684706d36ce6780f62e0a6f57395d3a1fe261 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 20:42:54 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20oven-sh/setup-bun=20act?= =?UTF-8?q?ion=20(v2.1.2=20=E2=86=92=20v2.1.3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- biome-lint/action.yml | 2 +- eslint-lint/action.yml | 2 +- npm-publish/action.yml | 2 +- pr-lint/action.yml | 2 +- prettier-lint/action.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/biome-lint/action.yml b/biome-lint/action.yml index 784671c..af53a64 100644 --- a/biome-lint/action.yml +++ b/biome-lint/action.yml @@ -212,7 +212,7 @@ runs: - name: Setup Bun if: steps.detect-pm.outputs.package-manager == 'bun' - uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2.1.2 + uses: oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461 # v2.1.3 with: bun-version: latest diff --git a/eslint-lint/action.yml b/eslint-lint/action.yml index a49a456..50964b2 100644 --- a/eslint-lint/action.yml +++ b/eslint-lint/action.yml @@ -319,7 +319,7 @@ runs: - name: Setup Bun if: steps.detect-pm.outputs.package-manager == 'bun' - uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2.1.2 + uses: oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461 # v2.1.3 with: bun-version: latest diff --git a/npm-publish/action.yml b/npm-publish/action.yml index 73e43ea..f716d4c 100644 --- a/npm-publish/action.yml +++ b/npm-publish/action.yml @@ -152,7 +152,7 @@ runs: - name: Setup Bun if: steps.detect-pm.outputs.package-manager == 'bun' - uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2.1.2 + uses: oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461 # v2.1.3 with: bun-version: latest diff --git a/pr-lint/action.yml b/pr-lint/action.yml index 0664286..9f65698 100644 --- a/pr-lint/action.yml +++ b/pr-lint/action.yml @@ -156,7 +156,7 @@ runs: - name: Setup Bun if: steps.detect-node.outputs.found == 'true' && steps.detect-pm.outputs.package-manager == 'bun' - uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2.1.2 + uses: oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461 # v2.1.3 with: bun-version: latest diff --git a/prettier-lint/action.yml b/prettier-lint/action.yml index fecf6e7..f53a45d 100644 --- a/prettier-lint/action.yml +++ b/prettier-lint/action.yml @@ -305,7 +305,7 @@ runs: - name: Setup Bun if: steps.detect-pm.outputs.package-manager == 'bun' - uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2.1.2 + uses: oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461 # v2.1.3 with: bun-version: latest