From 6cdc96c1ad26ceec04d7cca5f24bc8911d7b9922 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 17:37:43 +0000 Subject: [PATCH] chore(deps): update taiki-e/install-action action to v2.47.22 --- .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..68dbda60 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@76f1dc9b863b967a3826e218dab88884f68f950b # v2.47.22 with: tool: cargo-nextest diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index f5f295a8..4cb2f839 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@76f1dc9b863b967a3826e218dab88884f68f950b # v2.47.22 with: tool: cargo-nextest diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index effb28d3..b2fbb1de 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@76f1dc9b863b967a3826e218dab88884f68f950b # v2.47.22 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@76f1dc9b863b967a3826e218dab88884f68f950b # v2.47.22 with: tool: cargo-binstall