From fb8cd0e53eec05a50ccc1e73982541f761bb3360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 15:17:22 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.57.5 to 2.62.44 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.57.5 to 2.62.44. - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/v2.57.5...v2.62.44) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.44 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 13f062f..16a64ee 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -85,7 +85,7 @@ jobs: run: cargo +nightly fmt -- --check - name: Install Tools - uses: taiki-e/install-action@v2.57.5 + uses: taiki-e/install-action@v2.62.44 with: { tool: "clippy-sarif,sarif-fmt" } continue-on-error: true