ci: bump taiki-e/install-action from 2.81.8 to 2.81.10 in /.github/actions/setup (#23058)

ci: bump taiki-e/install-action in /.github/actions/setup

Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.81.8 to 2.81.10.
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/taiki-e/install-action/compare/0631aa6515c7d545823c67cfae7ef4fc7f490154...7a79fe8c3a13344501c80d99cae481c1c9085912)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-version: 2.81.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-06-15 14:19:58 +02:00
committed by GitHub
parent 1117008a8d
commit ae1a764ffe
+1 -1
View File
@@ -64,7 +64,7 @@ runs:
rustflags: "" rustflags: ""
- name: Setup rust dependencies - name: Setup rust dependencies
if: ${{ contains(inputs.dependencies, 'rust') }} if: ${{ contains(inputs.dependencies, 'rust') }}
uses: taiki-e/install-action@0631aa6515c7d545823c67cfae7ef4fc7f490154 # v2 uses: taiki-e/install-action@7a79fe8c3a13344501c80d99cae481c1c9085912 # v2
with: with:
tool: cargo-deny cargo-machete cargo-llvm-cov nextest tool: cargo-deny cargo-machete cargo-llvm-cov nextest
- name: Setup node (root, web) - name: Setup node (root, web)