From d71ecd2de026c003f0b94bfabe77f46d409d7c0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 04:11:42 +0000 Subject: [PATCH] build(deps): bump tombi-toml/setup-tombi from 1.1.6 to 1.2.0 Bumps [tombi-toml/setup-tombi](https://github.com/tombi-toml/setup-tombi) from 1.1.6 to 1.2.0. - [Release notes](https://github.com/tombi-toml/setup-tombi/releases) - [Commits](https://github.com/tombi-toml/setup-tombi/compare/c0035bf190feee444a3a8da06990959e72058808...fa8fb98ef9af2d3b9da565edc15935d523bca7e9) --- updated-dependencies: - dependency-name: tombi-toml/setup-tombi dependency-version: 1.2.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 494cc09..63d1246 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@c0035bf190feee444a3a8da06990959e72058808 # v1.1.6 + uses: tombi-toml/setup-tombi@fa8fb98ef9af2d3b9da565edc15935d523bca7e9 # v1.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}