From 44edd3d1d1f53b07d0312b4e62cfe56963463a42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 06:04:58 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.85.10 to 2.85.13 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.85.10 to 2.85.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/v2.85.10...v2.85.13) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b79709a..19407b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 - - uses: taiki-e/install-action@v2.85.10 + - uses: taiki-e/install-action@v2.85.13 with: { tool: cargo-deny } - run: cargo deny check @@ -107,7 +107,7 @@ jobs: steps: - uses: actions/checkout@v7 - uses: Swatinem/rust-cache@v2 - - uses: taiki-e/install-action@v2.85.10 + - uses: taiki-e/install-action@v2.85.13 with: { tool: cargo-semver-checks } - run: cargo semver-checks check-release @@ -115,6 +115,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 - - uses: taiki-e/install-action@v2.85.10 + - uses: taiki-e/install-action@v2.85.13 with: { tool: typos-cli } - run: typos