From 4f55e892a71e30d237fad47ae84fbd5785daef8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 15:32:12 +0000 Subject: [PATCH] chore(deps): Bump tombi-toml/setup-tombi from 1.0.0 to 1.0.1 Bumps [tombi-toml/setup-tombi](https://github.com/tombi-toml/setup-tombi) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/tombi-toml/setup-tombi/releases) - [Commits](https://github.com/tombi-toml/setup-tombi/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: tombi-toml/setup-tombi dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/tombi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tombi.yaml b/.github/workflows/tombi.yaml index 31117e4..20cadba 100644 --- a/.github/workflows/tombi.yaml +++ b/.github/workflows/tombi.yaml @@ -20,7 +20,7 @@ jobs: - name: Checkout code uses: actions/checkout@v5 - name: Setup Tombi - uses: tombi-toml/setup-tombi@v1.0.0 + uses: tombi-toml/setup-tombi@v1.0.1 - name: Run formatter in check mode run: tombi format --check - name: Run linter