From 66fd5ef0ff06133e5c171235becd34cca053673c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 01:41:37 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.19.4 to 2.20.2 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.19.4 to 2.20.2. - [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/ebb475ef6e41abb770588020cd8c6ca3503cb868...e659bf85ee986e37e35cc1c53bfeebe044d8133e) --- 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/build.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 39ff84556..62fe66bf0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -40,7 +40,7 @@ jobs: toolchain: ${{ matrix.rust }} override: true - name: Install cargo-llvm-cov - uses: taiki-e/install-action@ebb475ef6e41abb770588020cd8c6ca3503cb868 + uses: taiki-e/install-action@e659bf85ee986e37e35cc1c53bfeebe044d8133e with: tool: cargo-llvm-cov - name: cargo build @@ -150,7 +150,7 @@ jobs: toolchain: nightly override: true - name: Install udeps - uses: taiki-e/install-action@ebb475ef6e41abb770588020cd8c6ca3503cb868 + uses: taiki-e/install-action@e659bf85ee986e37e35cc1c53bfeebe044d8133e with: tool: cargo-udeps - name: cargo udeps @@ -278,7 +278,7 @@ jobs: with: version: 0.9.0 - name: Install cargo-zigbuild - uses: taiki-e/install-action@ebb475ef6e41abb770588020cd8c6ca3503cb868 + uses: taiki-e/install-action@e659bf85ee986e37e35cc1c53bfeebe044d8133e with: tool: cargo-zigbuild - name: Run clippy @@ -312,7 +312,7 @@ jobs: with: version: 0.9.0 - name: Install cargo-zigbuild - uses: taiki-e/install-action@ebb475ef6e41abb770588020cd8c6ca3503cb868 + uses: taiki-e/install-action@e659bf85ee986e37e35cc1c53bfeebe044d8133e with: tool: cargo-zigbuild - name: Run clippy @@ -346,7 +346,7 @@ jobs: with: version: 0.9.0 - name: Install cargo-zigbuild - uses: taiki-e/install-action@ebb475ef6e41abb770588020cd8c6ca3503cb868 + uses: taiki-e/install-action@e659bf85ee986e37e35cc1c53bfeebe044d8133e with: tool: cargo-zigbuild - name: Run clippy @@ -372,7 +372,7 @@ jobs: override: true default: true - name: Install cargo fuzz - uses: taiki-e/install-action@ebb475ef6e41abb770588020cd8c6ca3503cb868 + uses: taiki-e/install-action@e659bf85ee986e37e35cc1c53bfeebe044d8133e with: tool: cargo-fuzz - name: Smoke-test fuzz targets