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

Bump taiki-e/install-action from 2.42.23 to 2.42.27 in the ci-dependencies group #80

Merged
merged 1 commit into from
Aug 20, 2024
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
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
Loading