From d37b8604e758f26225aaa6984fa24c1d67fd1eb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 18:35:36 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.69.3 to 2.69.13 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.69.3 to 2.69.13. - [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/c12d62a803cbdfe2e7263af15f5a9548065cb4f2...704f92c11daa75bff5b4e01fcb083350c16c47b9) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.69.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 658c5916..245a20d1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -95,7 +95,7 @@ jobs: with: persist-credentials: false - uses: dtolnay/rust-toolchain@stable - - uses: taiki-e/install-action@c12d62a803cbdfe2e7263af15f5a9548065cb4f2 # v2.69.3 + - uses: taiki-e/install-action@704f92c11daa75bff5b4e01fcb083350c16c47b9 # v2.69.13 with: tool: cargo-deny - name: Run cargo deny