From d8945c77e58d09a7ff0160e90e50f50b649affb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 17:34:17 +0000 Subject: [PATCH] chore(deps): bump Glyndor/.github/.github/workflows/bun-ci.yml Bumps [Glyndor/.github/.github/workflows/bun-ci.yml](https://github.com/glyndor/.github) from 1.2.0 to 1.12.0. - [Release notes](https://github.com/glyndor/.github/releases) - [Commits](https://github.com/glyndor/.github/compare/80523422631014f591b07bc24c507145faabb271...045903bf83a58651f119bc7d952aa45242b897c5) --- updated-dependencies: - dependency-name: Glyndor/.github/.github/workflows/bun-ci.yml dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 725cf78..3718149 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,6 @@ permissions: jobs: bun: - uses: Glyndor/.github/.github/workflows/bun-ci.yml@80523422631014f591b07bc24c507145faabb271 # v1.2.0 + uses: Glyndor/.github/.github/workflows/bun-ci.yml@045903bf83a58651f119bc7d952aa45242b897c5 # v1.12.0 with: coverage-threshold: 90