From 56ff9a511caf60c95f99ae1bb9f8671fb6da88af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 10:02:49 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20oven-sh/setup-bun=20act?= =?UTF-8?q?ion=20(v2.0.2=20=E2=86=92=20v2.1.0)=20(#416)?= 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 7360f8b..2043fe1 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@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2 + uses: oven-sh/setup-bun@b7a1c7ccf290d58743029c4f6903da283811b979 # v2.1.0 with: bun-version: latest diff --git a/eslint-lint/action.yml b/eslint-lint/action.yml index f767865..a93883a 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@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2 + uses: oven-sh/setup-bun@b7a1c7ccf290d58743029c4f6903da283811b979 # v2.1.0 with: bun-version: latest diff --git a/npm-publish/action.yml b/npm-publish/action.yml index 14a54ea..0aa8e90 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@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2 + uses: oven-sh/setup-bun@b7a1c7ccf290d58743029c4f6903da283811b979 # v2.1.0 with: bun-version: latest diff --git a/pr-lint/action.yml b/pr-lint/action.yml index 2ec5f75..1097b9b 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@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2 + uses: oven-sh/setup-bun@b7a1c7ccf290d58743029c4f6903da283811b979 # v2.1.0 with: bun-version: latest diff --git a/prettier-lint/action.yml b/prettier-lint/action.yml index 935c2a1..1a9095f 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@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2.0.2 + uses: oven-sh/setup-bun@b7a1c7ccf290d58743029c4f6903da283811b979 # v2.1.0 with: bun-version: latest