From f233c04899b5eb598403022f68152c1957fed36e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 17:37:30 +0000 Subject: [PATCH] Chore(deps): bump oven-sh/setup-bun from 2.0.2 to 2.1.2 Bumps [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun) from 2.0.2 to 2.1.2. - [Release notes](https://github.com/oven-sh/setup-bun/releases) - [Commits](https://github.com/oven-sh/setup-bun/compare/735343b667d3e6f658f44d0eca948eb6282f2b76...3d267786b128fe76c2f16a390aa2448b815359f3) --- updated-dependencies: - dependency-name: oven-sh/setup-bun dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b435920e..36b581c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,11 +38,11 @@ jobs: - name: Setup Bun if: matrix.os == 'ubuntu-latest' # v2.0.2 - uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 + uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 - name: Setup Bun (macOS) if: matrix.os == 'macos-15' # v2.0.2 - uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 + uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 - name: Install action-validator run: bun install -g @action-validator/core @action-validator/cli - name: Check formatting