Skip to content

Commit

Permalink
Bump taiki-e/install-action from 2.25.1 to 2.25.9
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.25.1 to 2.25.9.
- [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@98cdbf3...8984d60)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and cikzh committed Jan 22, 2024
1 parent bf2a863 commit c78b4e5
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 @@ -77,7 +77,7 @@ jobs:
with:
target: ${{ matrix.target }}
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@98cdbf3892eb5b31fc9b26666699439be4d9d88a
uses: taiki-e/install-action@8984d603c208823d3c1a1b796f4081736f3ae3f9
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@98cdbf3892eb5b31fc9b26666699439be4d9d88a
uses: taiki-e/install-action@8984d603c208823d3c1a1b796f4081736f3ae3f9
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@98cdbf3892eb5b31fc9b26666699439be4d9d88a
uses: taiki-e/install-action@8984d603c208823d3c1a1b796f4081736f3ae3f9
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@98cdbf3892eb5b31fc9b26666699439be4d9d88a
uses: taiki-e/install-action@8984d603c208823d3c1a1b796f4081736f3ae3f9
with:
tool: cargo-fuzz
- name: Smoke-test fuzz targets
Expand Down

0 comments on commit c78b4e5

Please sign in to comment.