From f5cedd5870d38171cd403a248fff8a82b538c7fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 07:52:59 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20oven-sh/setup-bun=20act?= =?UTF-8?q?ion=20(v2.1.0=20=E2=86=92=20v2.1.2)=20(#431)?= 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> Co-authored-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 916d183..a3b2212 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@b7a1c7ccf290d58743029c4f6903da283811b979 # v2.1.0 + uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2.1.2 with: bun-version: latest diff --git a/eslint-lint/action.yml b/eslint-lint/action.yml index 392f204..f4e6fcc 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@b7a1c7ccf290d58743029c4f6903da283811b979 # v2.1.0 + uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2.1.2 with: bun-version: latest diff --git a/npm-publish/action.yml b/npm-publish/action.yml index ea3c4fc..1073ba2 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@b7a1c7ccf290d58743029c4f6903da283811b979 # v2.1.0 + uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2.1.2 with: bun-version: latest diff --git a/pr-lint/action.yml b/pr-lint/action.yml index 00907a1..17492bd 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@b7a1c7ccf290d58743029c4f6903da283811b979 # v2.1.0 + uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2.1.2 with: bun-version: latest diff --git a/prettier-lint/action.yml b/prettier-lint/action.yml index 86e404a..f8ac5b8 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@b7a1c7ccf290d58743029c4f6903da283811b979 # v2.1.0 + uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # v2.1.2 with: bun-version: latest