From e21a502f4711cf339fd19fa38f96f09121e0d87d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 17:45:23 +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.10.1. - [Release notes](https://github.com/glyndor/.github/releases) - [Commits](https://github.com/glyndor/.github/compare/80523422631014f591b07bc24c507145faabb271...7099f8a9c8be91fa1732fe2402268b338771233f) --- updated-dependencies: - dependency-name: Glyndor/.github/.github/workflows/bun-ci.yml dependency-version: 1.10.1 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..cf078e4 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@7099f8a9c8be91fa1732fe2402268b338771233f # v1.10.1 with: coverage-threshold: 90