Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump taiki-e/install-action from 2.21.8 to 2.21.9 #1189

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@b4f94d444931c93a5a6d9c6bd65a585838d0f765
uses: taiki-e/install-action@7c4edf14345f90e1199544e41cb94c3ef67bd237
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@b4f94d444931c93a5a6d9c6bd65a585838d0f765
uses: taiki-e/install-action@7c4edf14345f90e1199544e41cb94c3ef67bd237
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@b4f94d444931c93a5a6d9c6bd65a585838d0f765
uses: taiki-e/install-action@7c4edf14345f90e1199544e41cb94c3ef67bd237
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@b4f94d444931c93a5a6d9c6bd65a585838d0f765
uses: taiki-e/install-action@7c4edf14345f90e1199544e41cb94c3ef67bd237
with:
tool: cargo-fuzz
- name: Smoke-test fuzz targets
Expand Down