From ea95c071a580ad06e5baea6a3950712bdb810fa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 00:55:57 +0000 Subject: [PATCH] Update taiki-e/install-action requirement to 750514b48f677a9e52f0eab29937a9027b38a7a7 Updates the requirements on [taiki-e/install-action](https://github.com/taiki-e/install-action) to permit the latest version. - [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/commits/750514b48f677a9e52f0eab29937a9027b38a7a7) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 78dfab2e8f19f714bfd9c6be6f5d54a483216ac7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bb03be..adfa120 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: uses: taiki-e/install-action@750514b48f677a9e52f0eab29937a9027b38a7a7 # cargo-hack - name: install cargo-nextest - uses: taiki-e/install-action@9fab7e4aa11d2cfc0d3dc3afbae89eb57b046c8b # cargo-nextest + uses: taiki-e/install-action@750514b48f677a9e52f0eab29937a9027b38a7a7 # cargo-nextest - name: test run: cargo hack --feature-powerset nextest run --workspace @@ -85,7 +85,7 @@ jobs: uses: taiki-e/install-action@750514b48f677a9e52f0eab29937a9027b38a7a7 # cargo-hack - name: install cargo-minimal-versions - uses: taiki-e/install-action@62a425ee5f4a21cdfb4e8029f93054691c1dc86a # cargo-minimal-versions + uses: taiki-e/install-action@750514b48f677a9e52f0eab29937a9027b38a7a7 # cargo-minimal-versions - name: minimal version check run: cargo minimal-versions check --workspace