Skip to content

Commit 9902a64

Browse files
dependabot[bot]davidv1992
authored andcommitted
Bump taiki-e/install-action in the github-actions group
Bumps the github-actions group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `taiki-e/install-action` from 2.50.7 to 2.50.10 - [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@86c23ee...83254c5) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.50.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c084b64 commit 9902a64

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/checks.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
target: ${{ matrix.target }}
8787
- name: Install cargo-llvm-cov
88-
uses: taiki-e/install-action@86c23eed46c17b80677df6d8151545ce3e236c61
88+
uses: taiki-e/install-action@83254c543806f3224380bf1001d6fac8feaf2d0b
8989
with:
9090
tool: cargo-llvm-cov
9191
- name: Rust cache
@@ -118,7 +118,7 @@ jobs:
118118
with:
119119
toolchain: nightly
120120
- name: Install udeps
121-
uses: taiki-e/install-action@86c23eed46c17b80677df6d8151545ce3e236c61
121+
uses: taiki-e/install-action@83254c543806f3224380bf1001d6fac8feaf2d0b
122122
with:
123123
tool: cargo-udeps
124124
- name: cargo udeps
@@ -219,7 +219,7 @@ jobs:
219219
if: ${{matrix.runs_on == 'ubuntu-latest'}}
220220

221221
- name: Install bindgen-cli
222-
uses: taiki-e/install-action@86c23eed46c17b80677df6d8151545ce3e236c61
222+
uses: taiki-e/install-action@83254c543806f3224380bf1001d6fac8feaf2d0b
223223
with:
224224
tool: bindgen-cli
225225
if: ${{matrix.runs_on == 'ubuntu-latest'}}

.github/workflows/packaging-v5.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
components: "llvm-tools"
3434

3535
- name: Install cross, cargo-deb and cargo-generate-rpm
36-
uses: taiki-e/install-action@86c23eed46c17b80677df6d8151545ce3e236c61
36+
uses: taiki-e/install-action@83254c543806f3224380bf1001d6fac8feaf2d0b
3737
with:
3838
tool: cross, cargo-deb, [email protected]
3939

.github/workflows/packaging.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
components: "llvm-tools"
3434

3535
- name: Install cross, cargo-deb and cargo-generate-rpm
36-
uses: taiki-e/install-action@86c23eed46c17b80677df6d8151545ce3e236c61
36+
uses: taiki-e/install-action@83254c543806f3224380bf1001d6fac8feaf2d0b
3737
with:
3838
tool: cross, cargo-deb, [email protected]
3939

0 commit comments

Comments
 (0)