From c35461e6f440042cfcddb8e4deeb6c23ef4c691f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:33:52 +0000 Subject: [PATCH] chore(deps): bump tombi-toml/setup-tombi from 1.1.2 to 1.1.3 Bumps [tombi-toml/setup-tombi](https://github.com/tombi-toml/setup-tombi) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/tombi-toml/setup-tombi/releases) - [Commits](https://github.com/tombi-toml/setup-tombi/compare/df24458044353545055a12fe0d0742df9d3c5bea...af12994358821d8b3dc91a00288a9360606e545d) --- updated-dependencies: - dependency-name: tombi-toml/setup-tombi dependency-version: 1.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dotfiles_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotfiles_ci.yml b/.github/workflows/dotfiles_ci.yml index 1936e5b..10d4a92 100644 --- a/.github/workflows/dotfiles_ci.yml +++ b/.github/workflows/dotfiles_ci.yml @@ -202,7 +202,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Set up Tombi - uses: tombi-toml/setup-tombi@df24458044353545055a12fe0d0742df9d3c5bea # v1.1.2 + uses: tombi-toml/setup-tombi@af12994358821d8b3dc91a00288a9360606e545d # v1.1.3 - name: Lint and format check with Tombi run: | tombi format --check "**/*.toml"