Skip to content

Commit

Permalink
Bump taiki-e/install-action from 2.21.11 to 2.21.17
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.21.11 to 2.21.17.
- [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@4d85042...ccc14bd)

---
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 rnijveld committed Nov 20, 2023
1 parent 34c982a commit b189dda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
with:
target: ${{ matrix.target }}
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@4d8504289abd3a644c6237dea6005f9f28fba01b
uses: taiki-e/install-action@ccc14bdc8d34cddf54e4f9fb2da0c208427207a3
with:
tool: cargo-llvm-cov
- name: Rust cache
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
with:
toolchain: nightly
- name: Install udeps
uses: taiki-e/install-action@4d8504289abd3a644c6237dea6005f9f28fba01b
uses: taiki-e/install-action@ccc14bdc8d34cddf54e4f9fb2da0c208427207a3
with:
tool: cargo-udeps
- name: cargo udeps
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
version: 0.9.0
if: ${{matrix.use_zig}}
- name: Install cargo-zigbuild
uses: taiki-e/install-action@4d8504289abd3a644c6237dea6005f9f28fba01b
uses: taiki-e/install-action@ccc14bdc8d34cddf54e4f9fb2da0c208427207a3
with:
tool: cargo-zigbuild
if: ${{matrix.use_zig}}
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
with:
toolchain: nightly
- name: Install cargo fuzz
uses: taiki-e/install-action@4d8504289abd3a644c6237dea6005f9f28fba01b
uses: taiki-e/install-action@ccc14bdc8d34cddf54e4f9fb2da0c208427207a3
with:
tool: cargo-fuzz
- name: Smoke-test fuzz targets
Expand Down

0 comments on commit b189dda

Please sign in to comment.