From d79a966f975c7dc7d1039a13b9ca579f503ccae6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 04:28:22 +0000 Subject: [PATCH] build(deps): bump tombi-toml/setup-tombi from 1.1.3 to 1.1.4 Bumps [tombi-toml/setup-tombi](https://github.com/tombi-toml/setup-tombi) from 1.1.3 to 1.1.4. - [Release notes](https://github.com/tombi-toml/setup-tombi/releases) - [Commits](https://github.com/tombi-toml/setup-tombi/compare/af12994358821d8b3dc91a00288a9360606e545d...419f2b102229ad2a56372c1f6f10aa1b63379086) --- updated-dependencies: - dependency-name: tombi-toml/setup-tombi dependency-version: 1.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 ea65cb7..1350523 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: uses: uncenter/setup-taplo@b18c8c8302695fe63d6853bc004006215ac52b91 # v2 - name: Setup tombi - uses: tombi-toml/setup-tombi@af12994358821d8b3dc91a00288a9360606e545d # v1.1.3 + uses: tombi-toml/setup-tombi@419f2b102229ad2a56372c1f6f10aa1b63379086 # v1.1.4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}