Skip to content

Commit 00f2929

Browse files
dependabot[bot]squell
authored andcommitted
Bump taiki-e/install-action from 2.45.13 to 2.47.5
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.45.13 to 2.47.5. - [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@a22e180...656b496) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eb968aa commit 00f2929

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
run: rustup component add llvm-tools
169169

170170
- name: Add cargo-llvm-cov
171-
uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d
171+
uses: taiki-e/install-action@656b4969d301376adf4d1062fc65368856fc771b
172172
with:
173173
tool: cargo-llvm-cov
174174

@@ -298,7 +298,7 @@ jobs:
298298
sudo apt install libpam0g-dev
299299
300300
- name: Install rust-bindgen
301-
uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d
301+
uses: taiki-e/install-action@656b4969d301376adf4d1062fc65368856fc771b
302302
with:
303303
tool: bindgen-cli@0.70.1
304304

@@ -366,7 +366,7 @@ jobs:
366366
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
367367

368368
- name: Install cargo-audit
369-
uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d
369+
uses: taiki-e/install-action@656b4969d301376adf4d1062fc65368856fc771b
370370
with:
371371
tool: cargo-audit
372372

0 commit comments

Comments
 (0)