From d46a4f82441bf414dcd3dfd1ec1ee3a5c8ac35c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 01:06:11 +0000 Subject: [PATCH] build(deps): bump uncenter/setup-taplo from 1 to 2 in /.github/workflows Bumps [uncenter/setup-taplo](https://github.com/uncenter/setup-taplo) from 1 to 2. - [Release notes](https://github.com/uncenter/setup-taplo/releases) - [Commits](https://github.com/uncenter/setup-taplo/compare/v1...v2) --- updated-dependencies: - dependency-name: uncenter/setup-taplo dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index c1f4e75..eefa95a 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v6 - name: Install taplo - uses: uncenter/setup-taplo@v1 + uses: uncenter/setup-taplo@v2 - name: Run taplo lint run: taplo lint Cargo.toml