Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Bump taiki-e/install-action in the ci-dependencies group
Browse files Browse the repository at this point in the history
Bumps the ci-dependencies group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action).


Updates `taiki-e/install-action` from 2.42.23 to 2.42.27
- [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@7f737c1...0593da4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tdittr committed Aug 20, 2024
1 parent b10898e commit 2f8ed41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
target: ${{ matrix.target }}

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@7f737c1056bae14d45b3daec1a2d26ad480e50f7 # v2.42.23
uses: taiki-e/install-action@0593da407881e996340c22f60617ba9d95f2b995 # v2.42.27
with:
tool: cargo-llvm-cov

Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
toolchain: nightly

- name: Install udeps
uses: taiki-e/install-action@7f737c1056bae14d45b3daec1a2d26ad480e50f7 # v2.42.23
uses: taiki-e/install-action@0593da407881e996340c22f60617ba9d95f2b995 # v2.42.27
with:
tool: cargo-udeps

Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
if: ${{matrix.use_zig}}

- name: Install cargo-zigbuild
uses: taiki-e/install-action@7f737c1056bae14d45b3daec1a2d26ad480e50f7 # v2.42.23
uses: taiki-e/install-action@0593da407881e996340c22f60617ba9d95f2b995 # v2.42.27
with:
tool: cargo-zigbuild
if: ${{matrix.use_zig}}
Expand Down

0 comments on commit 2f8ed41

Please sign in to comment.