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.26.7 to 2.26.12 #1339

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 @@ -77,7 +77,7 @@ jobs:
with:
target: ${{ matrix.target }}
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@bee85d7ea77c01f7a403c22ac2c802b431b093df
uses: taiki-e/install-action@e17a4e247d4a36441181d7758c499d97e1e006bd
with:
tool: cargo-llvm-cov
- name: Rust cache
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
with:
toolchain: nightly
- name: Install udeps
uses: taiki-e/install-action@bee85d7ea77c01f7a403c22ac2c802b431b093df
uses: taiki-e/install-action@e17a4e247d4a36441181d7758c499d97e1e006bd
with:
tool: cargo-udeps
- name: cargo udeps
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
version: 0.9.0
if: ${{matrix.use_zig}}
- name: Install cargo-zigbuild
uses: taiki-e/install-action@bee85d7ea77c01f7a403c22ac2c802b431b093df
uses: taiki-e/install-action@e17a4e247d4a36441181d7758c499d97e1e006bd
with:
tool: cargo-zigbuild
if: ${{matrix.use_zig}}
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
with:
toolchain: nightly
- name: Install cargo fuzz
uses: taiki-e/install-action@bee85d7ea77c01f7a403c22ac2c802b431b093df
uses: taiki-e/install-action@e17a4e247d4a36441181d7758c499d97e1e006bd
with:
tool: cargo-fuzz
- name: Smoke-test fuzz targets
Expand Down