Skip to content

Commit

Permalink
Bump taiki-e/install-action from 2.20.10 to 2.20.16
Browse files Browse the repository at this point in the history
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.20.10 to 2.20.16.
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@347bed3...ac89944)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and davidv1992 committed Oct 25, 2023
1 parent 97bdb7a commit 95e254e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
toolchain: ${{ matrix.rust }}
override: true
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@347bed327eb126943543a5e1634a6863a7bc88ab
uses: taiki-e/install-action@ac89944b5b150d78567ab6c02badfbe48b0b55aa
with:
tool: cargo-llvm-cov
- name: cargo build
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
toolchain: nightly
override: true
- name: Install udeps
uses: taiki-e/install-action@347bed327eb126943543a5e1634a6863a7bc88ab
uses: taiki-e/install-action@ac89944b5b150d78567ab6c02badfbe48b0b55aa
with:
tool: cargo-udeps
- name: cargo udeps
Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:
with:
version: 0.9.0
- name: Install cargo-zigbuild
uses: taiki-e/install-action@347bed327eb126943543a5e1634a6863a7bc88ab
uses: taiki-e/install-action@ac89944b5b150d78567ab6c02badfbe48b0b55aa
with:
tool: cargo-zigbuild
- name: Run clippy
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:
with:
version: 0.9.0
- name: Install cargo-zigbuild
uses: taiki-e/install-action@347bed327eb126943543a5e1634a6863a7bc88ab
uses: taiki-e/install-action@ac89944b5b150d78567ab6c02badfbe48b0b55aa
with:
tool: cargo-zigbuild
- name: Run clippy
Expand Down Expand Up @@ -350,7 +350,7 @@ jobs:
with:
version: 0.9.0
- name: Install cargo-zigbuild
uses: taiki-e/install-action@347bed327eb126943543a5e1634a6863a7bc88ab
uses: taiki-e/install-action@ac89944b5b150d78567ab6c02badfbe48b0b55aa
with:
tool: cargo-zigbuild
- name: Run clippy
Expand Down Expand Up @@ -381,7 +381,7 @@ jobs:
override: true
default: true
- name: Install cargo fuzz
uses: taiki-e/install-action@347bed327eb126943543a5e1634a6863a7bc88ab
uses: taiki-e/install-action@ac89944b5b150d78567ab6c02badfbe48b0b55aa
with:
tool: cargo-fuzz
- name: Smoke-test fuzz targets
Expand Down

0 comments on commit 95e254e

Please sign in to comment.