Skip to content

Commit

Permalink
Bump taiki-e/install-action from 2.18.9 to 2.19.3
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.18.9 to 2.19.3.
- [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@0163f6c...dd5387d)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and rnijveld committed Oct 3, 2023
1 parent 8803f3f commit 3abc1d2
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 @@ -40,7 +40,7 @@ jobs:
toolchain: ${{ matrix.rust }}
override: true
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@0163f6cf65d9b9bb0e5d1f0e3ae19280a06be4b0
uses: taiki-e/install-action@dd5387d253cdfbe87ccdc59f3354dc55efaed4bc
with:
tool: cargo-llvm-cov
- name: cargo build
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
toolchain: nightly
override: true
- name: Install udeps
uses: taiki-e/install-action@0163f6cf65d9b9bb0e5d1f0e3ae19280a06be4b0
uses: taiki-e/install-action@dd5387d253cdfbe87ccdc59f3354dc55efaed4bc
with:
tool: cargo-udeps
- name: cargo udeps
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
with:
version: 0.9.0
- name: Install cargo-zigbuild
uses: taiki-e/install-action@0163f6cf65d9b9bb0e5d1f0e3ae19280a06be4b0
uses: taiki-e/install-action@dd5387d253cdfbe87ccdc59f3354dc55efaed4bc
with:
tool: cargo-zigbuild
- name: Run clippy
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
with:
version: 0.9.0
- name: Install cargo-zigbuild
uses: taiki-e/install-action@0163f6cf65d9b9bb0e5d1f0e3ae19280a06be4b0
uses: taiki-e/install-action@dd5387d253cdfbe87ccdc59f3354dc55efaed4bc
with:
tool: cargo-zigbuild
- name: Run clippy
Expand Down Expand Up @@ -346,7 +346,7 @@ jobs:
with:
version: 0.9.0
- name: Install cargo-zigbuild
uses: taiki-e/install-action@0163f6cf65d9b9bb0e5d1f0e3ae19280a06be4b0
uses: taiki-e/install-action@dd5387d253cdfbe87ccdc59f3354dc55efaed4bc
with:
tool: cargo-zigbuild
- name: Run clippy
Expand All @@ -372,7 +372,7 @@ jobs:
override: true
default: true
- name: Install cargo fuzz
uses: taiki-e/install-action@0163f6cf65d9b9bb0e5d1f0e3ae19280a06be4b0
uses: taiki-e/install-action@dd5387d253cdfbe87ccdc59f3354dc55efaed4bc
with:
tool: cargo-fuzz
- name: Smoke-test fuzz targets
Expand Down

0 comments on commit 3abc1d2

Please sign in to comment.