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.2 to 2.20.3 #1134

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
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@e659bf85ee986e37e35cc1c53bfeebe044d8133e
uses: taiki-e/install-action@47d27149ff6b3422864ec504071d5cc7873d642e
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@e659bf85ee986e37e35cc1c53bfeebe044d8133e
uses: taiki-e/install-action@47d27149ff6b3422864ec504071d5cc7873d642e
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@e659bf85ee986e37e35cc1c53bfeebe044d8133e
uses: taiki-e/install-action@47d27149ff6b3422864ec504071d5cc7873d642e
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@e659bf85ee986e37e35cc1c53bfeebe044d8133e
uses: taiki-e/install-action@47d27149ff6b3422864ec504071d5cc7873d642e
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@e659bf85ee986e37e35cc1c53bfeebe044d8133e
uses: taiki-e/install-action@47d27149ff6b3422864ec504071d5cc7873d642e
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@e659bf85ee986e37e35cc1c53bfeebe044d8133e
uses: taiki-e/install-action@47d27149ff6b3422864ec504071d5cc7873d642e
with:
tool: cargo-fuzz
- name: Smoke-test fuzz targets
Expand Down