Skip to content

Bump taiki-e/install-action from 2.50.7 to 2.50.10 in the github-actions group #1885

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
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.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@86c23eed46c17b80677df6d8151545ce3e236c61
uses: taiki-e/install-action@83254c543806f3224380bf1001d6fac8feaf2d0b
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@86c23eed46c17b80677df6d8151545ce3e236c61
uses: taiki-e/install-action@83254c543806f3224380bf1001d6fac8feaf2d0b
with:
tool: cargo-udeps
- name: cargo udeps
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
if: ${{matrix.runs_on == 'ubuntu-latest'}}

- name: Install bindgen-cli
uses: taiki-e/install-action@86c23eed46c17b80677df6d8151545ce3e236c61
uses: taiki-e/install-action@83254c543806f3224380bf1001d6fac8feaf2d0b
with:
tool: bindgen-cli
if: ${{matrix.runs_on == 'ubuntu-latest'}}
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@86c23eed46c17b80677df6d8151545ce3e236c61
uses: taiki-e/install-action@83254c543806f3224380bf1001d6fac8feaf2d0b
with:
tool: cross, cargo-deb, [email protected]

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@86c23eed46c17b80677df6d8151545ce3e236c61
uses: taiki-e/install-action@83254c543806f3224380bf1001d6fac8feaf2d0b
with:
tool: cross, cargo-deb, [email protected]

Expand Down