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.20.6 to 2.20.9 #1145

Closed
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
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@ac7879e9df7bee42574e1fa5d5c8f9bf2d03229e
uses: taiki-e/install-action@87990c8245e908cd393dc01f6caf440a08b68030
with:
tool: cargo-llvm-cov
- name: cargo build
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
toolchain: nightly
override: true
- name: Install udeps
uses: taiki-e/install-action@ac7879e9df7bee42574e1fa5d5c8f9bf2d03229e
uses: taiki-e/install-action@87990c8245e908cd393dc01f6caf440a08b68030
with:
tool: cargo-udeps
- name: cargo udeps
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
with:
version: 0.9.0
- name: Install cargo-zigbuild
uses: taiki-e/install-action@ac7879e9df7bee42574e1fa5d5c8f9bf2d03229e
uses: taiki-e/install-action@87990c8245e908cd393dc01f6caf440a08b68030
with:
tool: cargo-zigbuild
- name: Run clippy
Expand Down Expand Up @@ -315,7 +315,7 @@ jobs:
with:
version: 0.9.0
- name: Install cargo-zigbuild
uses: taiki-e/install-action@ac7879e9df7bee42574e1fa5d5c8f9bf2d03229e
uses: taiki-e/install-action@87990c8245e908cd393dc01f6caf440a08b68030
with:
tool: cargo-zigbuild
- name: Run clippy
Expand Down Expand Up @@ -349,7 +349,7 @@ jobs:
with:
version: 0.9.0
- name: Install cargo-zigbuild
uses: taiki-e/install-action@ac7879e9df7bee42574e1fa5d5c8f9bf2d03229e
uses: taiki-e/install-action@87990c8245e908cd393dc01f6caf440a08b68030
with:
tool: cargo-zigbuild
- name: Run clippy
Expand Down Expand Up @@ -380,7 +380,7 @@ jobs:
override: true
default: true
- name: Install cargo fuzz
uses: taiki-e/install-action@ac7879e9df7bee42574e1fa5d5c8f9bf2d03229e
uses: taiki-e/install-action@87990c8245e908cd393dc01f6caf440a08b68030
with:
tool: cargo-fuzz
- name: Smoke-test fuzz targets
Expand Down