Skip to content

Commit

Permalink
Bump taiki-e/install-action from 2.21.5 to 2.21.7
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.5 to 2.21.7.
- [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@e0367a2...11dea51)

---
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 Nov 3, 2023
1 parent 9e5fff8 commit 5f319ea
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 @@ -72,7 +72,7 @@ jobs:
with:
target: ${{ matrix.target }}
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@e0367a2d3f3d9fc43c3f25fe58692570375e19f0
uses: taiki-e/install-action@11dea51b35bc2bfa42820716c6cabb14fd4c3266
with:
tool: cargo-llvm-cov
- name: Rust cache
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
with:
toolchain: nightly
- name: Install udeps
uses: taiki-e/install-action@e0367a2d3f3d9fc43c3f25fe58692570375e19f0
uses: taiki-e/install-action@11dea51b35bc2bfa42820716c6cabb14fd4c3266
with:
tool: cargo-udeps
- name: cargo udeps
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
version: 0.9.0
if: ${{matrix.use_zig}}
- name: Install cargo-zigbuild
uses: taiki-e/install-action@e0367a2d3f3d9fc43c3f25fe58692570375e19f0
uses: taiki-e/install-action@11dea51b35bc2bfa42820716c6cabb14fd4c3266
with:
tool: cargo-zigbuild
if: ${{matrix.use_zig}}
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
with:
toolchain: nightly
- name: Install cargo fuzz
uses: taiki-e/install-action@e0367a2d3f3d9fc43c3f25fe58692570375e19f0
uses: taiki-e/install-action@11dea51b35bc2bfa42820716c6cabb14fd4c3266
with:
tool: cargo-fuzz
- name: Smoke-test fuzz targets
Expand Down

0 comments on commit 5f319ea

Please sign in to comment.