From 6ec0a0f48043a66edbb6e029c70c96b3590dfc9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 07:12:59 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action in the actions-all group Bumps the actions-all group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `taiki-e/install-action` from 2.79.7 to 2.81.1 - [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.79.7...v2.81.1) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.81.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-all ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e184c5..be21a62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: persist-credentials: false fetch-depth: 1 - uses: dtolnay/rust-toolchain@stable - - uses: taiki-e/install-action@v2.79.7 + - uses: taiki-e/install-action@v2.81.1 with: # Pin tool versions for reproducible parser behavior in advisory DB checks. tool: cargo-deny@0.19.4,cargo-audit@0.22.1