From f3fcaf124226eb2306c304bd701740e9ac8ca42e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 05:53:27 +0000 Subject: [PATCH] chore(deps): update taiki-e/install-action action to v2.47.11 --- .github/workflows/ci.yml | 2 +- .github/workflows/functional.yml | 2 +- .github/workflows/linters.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e977d62d..105f2ba5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: targets: ${{ matrix.target }} - name: Install cargo-nextest - uses: taiki-e/install-action@acd25891978b4cdaebd139d3efef606d26513b14 # v2.47.0 + uses: taiki-e/install-action@c87777c3160ce0cfd8fc286df47224d2449cb76b # v2.47.11 with: tool: cargo-nextest diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index f5f295a8..9e5bbae9 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -66,7 +66,7 @@ jobs: toolchain: stable - name: Install cargo-nextest - uses: taiki-e/install-action@acd25891978b4cdaebd139d3efef606d26513b14 # v2.47.0 + uses: taiki-e/install-action@c87777c3160ce0cfd8fc286df47224d2449cb76b # v2.47.11 with: tool: cargo-nextest diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index effb28d3..8849034a 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -74,7 +74,7 @@ jobs: - uses: swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 - name: Install cargo-binstall - uses: taiki-e/install-action@acd25891978b4cdaebd139d3efef606d26513b14 # v2.47.0 + uses: taiki-e/install-action@c87777c3160ce0cfd8fc286df47224d2449cb76b # v2.47.11 with: tool: cargo-binstall @@ -118,7 +118,7 @@ jobs: - uses: swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 - name: Install cargo-binstall - uses: taiki-e/install-action@acd25891978b4cdaebd139d3efef606d26513b14 # v2.47.0 + uses: taiki-e/install-action@c87777c3160ce0cfd8fc286df47224d2449cb76b # v2.47.11 with: tool: cargo-binstall