From 59e5495be9d8d5f62cde55c9b74d299db91e1758 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 09:33:48 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.53.0 to 2.54.0 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.53.0 to 2.54.0. - [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/cfe1303741c2e620e5f7daa667105e0da1316db9...9ba3ac3fd006a70c6e186a683577abc1ccf0ff3a) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.54.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/linters.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15cbb8b2..e9df24a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: targets: ${{ matrix.target }} - name: Install cargo-nextest - uses: taiki-e/install-action@cfe1303741c2e620e5f7daa667105e0da1316db9 # v2.53.0 + uses: taiki-e/install-action@9ba3ac3fd006a70c6e186a683577abc1ccf0ff3a # v2.54.0 with: tool: cargo-nextest diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 1e6bb18a..e7faa72a 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -69,7 +69,7 @@ jobs: - uses: swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 - name: Install cargo-binstall - uses: taiki-e/install-action@cfe1303741c2e620e5f7daa667105e0da1316db9 # v2.53.0 + uses: taiki-e/install-action@9ba3ac3fd006a70c6e186a683577abc1ccf0ff3a # v2.54.0 with: tool: cargo-binstall