Skip to content

Commit a859104

Browse files
dependabot[bot]rnijveld
authored andcommitted
Bump taiki-e/install-action from 2.42.33 to 2.42.37
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.42.33 to 2.42.37. - [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@4a27a04...f2b65a3) --- 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>
1 parent 1e3d110 commit a859104

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/checks.yaml

Lines changed: 3 additions & 3 deletions
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@4a27a04f8a48ceb6b30a8541bae8994ce2ea4dd7
88+
uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708
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@4a27a04f8a48ceb6b30a8541bae8994ce2ea4dd7
121+
uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708
122122
with:
123123
tool: cargo-udeps
124124
- name: cargo udeps
@@ -222,7 +222,7 @@ jobs:
222222
version: 0.9.0
223223
if: ${{matrix.use_zig}}
224224
- name: Install cargo-zigbuild
225-
uses: taiki-e/install-action@4a27a04f8a48ceb6b30a8541bae8994ce2ea4dd7
225+
uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708
226226
with:
227227
tool: cargo-zigbuild
228228
if: ${{matrix.use_zig}}

.github/workflows/packaging-v5.yaml

Lines changed: 1 addition & 1 deletion
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@4a27a04f8a48ceb6b30a8541bae8994ce2ea4dd7
36+
uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708
3737
with:
3838
tool: cross, cargo-deb, cargo-generate-rpm@0.14.0
3939

.github/workflows/packaging.yaml

Lines changed: 1 addition & 1 deletion
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@4a27a04f8a48ceb6b30a8541bae8994ce2ea4dd7
36+
uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708
3737
with:
3838
tool: cross, cargo-deb, cargo-generate-rpm@0.14.0
3939

0 commit comments

Comments
 (0)