From 49798cca9cf2c7327a616d1174b1128ccfce1d4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 04:30:34 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.42.0 to 2.43.1 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.42.0 to 2.43.1. - [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/3e71e7135de310b70bc22dccb4d275acde8e055a...da8fe73ed87107a1cae164305a928b7c8fcff4bc) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/audit.yml | 4 ++-- .github/workflows/compliance.yml | 4 ++-- .github/workflows/dev.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/rust.yml | 34 ++++++++++++++++---------------- 5 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index d54e77e..5b51bc0 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -38,11 +38,11 @@ jobs: - name: Install Rust toolchain run: rustup show - name: Install Just - uses: taiki-e/install-action@3e71e7135de310b70bc22dccb4d275acde8e055a # v2.42.0 + uses: taiki-e/install-action@da8fe73ed87107a1cae164305a928b7c8fcff4bc # v2.43.1 with: tool: just@1 - name: Install cargo-deny - uses: taiki-e/install-action@3e71e7135de310b70bc22dccb4d275acde8e055a # v2.42.0 + uses: taiki-e/install-action@da8fe73ed87107a1cae164305a928b7c8fcff4bc # v2.43.1 with: tool: cargo-deny@0.14.11 - name: Audit diff --git a/.github/workflows/compliance.yml b/.github/workflows/compliance.yml index c0d2ce0..6f36d35 100644 --- a/.github/workflows/compliance.yml +++ b/.github/workflows/compliance.yml @@ -35,11 +35,11 @@ jobs: - name: Install Rust toolchain run: rustup show - name: Install Just - uses: taiki-e/install-action@3e71e7135de310b70bc22dccb4d275acde8e055a # v2.42.0 + uses: taiki-e/install-action@da8fe73ed87107a1cae164305a928b7c8fcff4bc # v2.43.1 with: tool: just@1 - name: Install cargo-deny - uses: taiki-e/install-action@3e71e7135de310b70bc22dccb4d275acde8e055a # v2.42.0 + uses: taiki-e/install-action@da8fe73ed87107a1cae164305a928b7c8fcff4bc # v2.43.1 with: tool: cargo-deny@0.14.11 - name: Check compliance diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 6c32e1b..8eb14bc 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout repository uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Install Just - uses: taiki-e/install-action@3e71e7135de310b70bc22dccb4d275acde8e055a # v2.42.0 + uses: taiki-e/install-action@da8fe73ed87107a1cae164305a928b7c8fcff4bc # v2.43.1 with: tool: just@1 - name: Build diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 87b248e..40b664e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -42,7 +42,7 @@ jobs: rustup show rustup target add "$TARGET" - name: Install cross - uses: taiki-e/install-action@3e71e7135de310b70bc22dccb4d275acde8e055a # v2.42.0 + uses: taiki-e/install-action@da8fe73ed87107a1cae164305a928b7c8fcff4bc # v2.43.1 with: tool: cross@0.2.5 - name: Build binary diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7b286ab..87b9eb2 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -48,11 +48,11 @@ jobs: - name: Install Rust toolchain run: rustup show - name: Install Just - uses: taiki-e/install-action@3e71e7135de310b70bc22dccb4d275acde8e055a # v2.42.0 + uses: taiki-e/install-action@da8fe73ed87107a1cae164305a928b7c8fcff4bc # v2.43.1 with: tool: just@1 - name: Install cargo-all-features - uses: taiki-e/install-action@3e71e7135de310b70bc22dccb4d275acde8e055a # v2.42.0 + uses: taiki-e/install-action@da8fe73ed87107a1cae164305a928b7c8fcff4bc # v2.43.1 with: tool: cargo-all-features@1.10.0 - name: Build @@ -90,11 +90,11 @@ jobs: rustup override set nightly rustup show - name: Install Just - uses: taiki-e/install-action@3e71e7135de310b70bc22dccb4d275acde8e055a # v2.42.0 + uses: taiki-e/install-action@da8fe73ed87107a1cae164305a928b7c8fcff4bc # v2.43.1 with: tool: just@1 - name: Install cargo-all-features - uses: taiki-e/install-action@3e71e7135de310b70bc22dccb4d275acde8e055a # v2.42.0 + uses: taiki-e/install-action@da8fe73ed87107a1cae164305a928b7c8fcff4bc # v2.43.1 with: tool: cargo-all-features@1.10.0 - name: Build @@ -119,11 +119,11 @@ jobs: - name: Install Rust toolchain run: rustup show - name: Install Just - uses: taiki-e/install-action@3e71e7135de310b70bc22dccb4d275acde8e055a # v2.42.0 + uses: taiki-e/install-action@da8fe73ed87107a1cae164305a928b7c8fcff4bc # v2.43.1 with: tool: just@1 - name: Install cargo-tarpaulin - uses: taiki-e/install-action@3e71e7135de310b70bc22dccb4d275acde8e055a # v2.42.0 + uses: taiki-e/install-action@da8fe73ed87107a1cae164305a928b7c8fcff4bc # v2.43.1 with: tool: cargo-tarpaulin@0.28.0 - name: Run all tests with coverage @@ -153,7 +153,7 @@ jobs: - name: Install Rust toolchain run: rustup show - name: Install Just - uses: taiki-e/install-action@3e71e7135de310b70bc22dccb4d275acde8e055a # v2.42.0 + uses: taiki-e/install-action@da8fe73ed87107a1cae164305a928b7c8fcff4bc # v2.43.1 with: tool: just@1 - name: Build docs @@ -176,7 +176,7 @@ jobs: - name: Install Rust toolchain run: rustup show - name: Install Just - uses: taiki-e/install-action@3e71e7135de310b70bc22dccb4d275acde8e055a # v2.42.0 + uses: taiki-e/install-action@da8fe73ed87107a1cae164305a928b7c8fcff4bc # v2.43.1 with: tool: just@1 - name: Check formatting @@ -201,11 +201,11 @@ jobs: - name: Install Rust toolchain run: rustup show - name: Install Just - uses: taiki-e/install-action@3e71e7135de310b70bc22dccb4d275acde8e055a # v2.42.0 + uses: taiki-e/install-action@da8fe73ed87107a1cae164305a928b7c8fcff4bc # v2.43.1 with: tool: just@1 - name: Install cargo-mutants - uses: taiki-e/install-action@3e71e7135de310b70bc22dccb4d275acde8e055a # v2.42.0 + uses: taiki-e/install-action@da8fe73ed87107a1cae164305a928b7c8fcff4bc # v2.43.1 with: tool: cargo-mutants@24.3.0 - name: Run mutation tests @@ -237,7 +237,7 @@ jobs: - name: Install Rust toolchain run: rustup show - name: Install Just - uses: taiki-e/install-action@3e71e7135de310b70bc22dccb4d275acde8e055a # v2.42.0 + uses: taiki-e/install-action@da8fe73ed87107a1cae164305a928b7c8fcff4bc # v2.43.1 with: tool: just@1 - name: Build @@ -278,11 +278,11 @@ jobs: - name: Install Rust toolchain run: rustup show - name: Install Just - uses: taiki-e/install-action@3e71e7135de310b70bc22dccb4d275acde8e055a # v2.42.0 + uses: taiki-e/install-action@da8fe73ed87107a1cae164305a928b7c8fcff4bc # v2.43.1 with: tool: just@1 - name: Install cargo-all-features - uses: taiki-e/install-action@3e71e7135de310b70bc22dccb4d275acde8e055a # v2.42.0 + uses: taiki-e/install-action@da8fe73ed87107a1cae164305a928b7c8fcff4bc # v2.43.1 with: tool: cargo-all-features@1.10.0 - name: Run all tests @@ -321,11 +321,11 @@ jobs: rustup override set nightly rustup show - name: Install Just - uses: taiki-e/install-action@3e71e7135de310b70bc22dccb4d275acde8e055a # v2.42.0 + uses: taiki-e/install-action@da8fe73ed87107a1cae164305a928b7c8fcff4bc # v2.43.1 with: tool: just@1 - name: Install cargo-all-features - uses: taiki-e/install-action@3e71e7135de310b70bc22dccb4d275acde8e055a # v2.42.0 + uses: taiki-e/install-action@da8fe73ed87107a1cae164305a928b7c8fcff4bc # v2.43.1 with: tool: cargo-all-features@1.10.0 - name: Run all tests @@ -348,11 +348,11 @@ jobs: - name: Install Rust toolchain run: rustup show - name: Install Just - uses: taiki-e/install-action@3e71e7135de310b70bc22dccb4d275acde8e055a # v2.42.0 + uses: taiki-e/install-action@da8fe73ed87107a1cae164305a928b7c8fcff4bc # v2.43.1 with: tool: just@1 - name: Install cargo-all-features - uses: taiki-e/install-action@3e71e7135de310b70bc22dccb4d275acde8e055a # v2.42.0 + uses: taiki-e/install-action@da8fe73ed87107a1cae164305a928b7c8fcff4bc # v2.43.1 with: tool: cargo-all-features@1.10.0 - name: Vet