Skip to content

Commit

Permalink
Bump taiki-e/install-action from 2.44.53 to 2.44.71
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.44.53 to 2.44.71.
- [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@278aeeb...5d427d8)

---
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 cikzh committed Nov 21, 2024
1 parent f3ae8da commit 973efaf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
with:
target: ${{ matrix.target }}
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@278aeeb6e331c1bd610bffe45862e09452854b1a
uses: taiki-e/install-action@5d427d86f088a6cedcddb92b3ad038d30721b52f
with:
tool: cargo-llvm-cov
- name: Rust cache
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
with:
toolchain: nightly
- name: Install udeps
uses: taiki-e/install-action@278aeeb6e331c1bd610bffe45862e09452854b1a
uses: taiki-e/install-action@5d427d86f088a6cedcddb92b3ad038d30721b52f
with:
tool: cargo-udeps
- name: cargo udeps
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
version: 0.9.0
if: ${{matrix.use_zig}}
- name: Install cargo-zigbuild
uses: taiki-e/install-action@278aeeb6e331c1bd610bffe45862e09452854b1a
uses: taiki-e/install-action@5d427d86f088a6cedcddb92b3ad038d30721b52f
with:
tool: cargo-zigbuild
if: ${{matrix.use_zig}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packaging-v5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
components: "llvm-tools"

- name: Install cross, cargo-deb and cargo-generate-rpm
uses: taiki-e/install-action@278aeeb6e331c1bd610bffe45862e09452854b1a
uses: taiki-e/install-action@5d427d86f088a6cedcddb92b3ad038d30721b52f
with:
tool: cross, cargo-deb, cargo-generate-rpm@0.14.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
components: "llvm-tools"

- name: Install cross, cargo-deb and cargo-generate-rpm
uses: taiki-e/install-action@278aeeb6e331c1bd610bffe45862e09452854b1a
uses: taiki-e/install-action@5d427d86f088a6cedcddb92b3ad038d30721b52f
with:
tool: cross, cargo-deb, cargo-generate-rpm@0.14.0

Expand Down

0 comments on commit 973efaf

Please sign in to comment.