From 4f7a7dca8f9b632b39b13d8a7816f2aab1b4370a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 04:36:44 +0000 Subject: [PATCH] build(deps): bump tombi-toml/setup-tombi from 1.1.1 to 1.1.2 Bumps [tombi-toml/setup-tombi](https://github.com/tombi-toml/setup-tombi) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/tombi-toml/setup-tombi/releases) - [Commits](https://github.com/tombi-toml/setup-tombi/compare/74c3f4f31e7915e27c3397831e4c628463e3e0da...df24458044353545055a12fe0d0742df9d3c5bea) --- updated-dependencies: - dependency-name: tombi-toml/setup-tombi dependency-version: 1.1.2 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 bfcf17f..acb8a12 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@74c3f4f31e7915e27c3397831e4c628463e3e0da # v1.1.1 + uses: tombi-toml/setup-tombi@df24458044353545055a12fe0d0742df9d3c5bea # v1.1.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}