Skip to content

Commit

Permalink
Bump taiki-e/install-action from 2.26.12 to 2.26.17
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.26.12 to 2.26.17.
- [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@e17a4e2...6c9031f)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and davidv1992 committed Feb 14, 2024
1 parent e46b1f4 commit 6f5ef56
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@e17a4e247d4a36441181d7758c499d97e1e006bd
uses: taiki-e/install-action@6c9031f046adb5757845173bcfb8f7fe10599f8f
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@e17a4e247d4a36441181d7758c499d97e1e006bd
uses: taiki-e/install-action@6c9031f046adb5757845173bcfb8f7fe10599f8f
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@e17a4e247d4a36441181d7758c499d97e1e006bd
uses: taiki-e/install-action@6c9031f046adb5757845173bcfb8f7fe10599f8f
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@e17a4e247d4a36441181d7758c499d97e1e006bd
uses: taiki-e/install-action@6c9031f046adb5757845173bcfb8f7fe10599f8f
with:
tool: cargo-fuzz
- name: Smoke-test fuzz targets
Expand Down

0 comments on commit 6f5ef56

Please sign in to comment.