ci: bump taiki-e/install-action from 2.75.18 to 2.75.19 in /.github/actions/setup (#21814)

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

Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.75.18 to 2.75.19.
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](055f5df8c3...5f57d6cb7c)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-version: 2.75.19
  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-04-24 11:39:26 +01:00
committed by GitHub
parent bea9b23555
commit 86de4955aa

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@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2 uses: taiki-e/install-action@5f57d6cb7cd20b14a8a27f522884c4bc8a187458 # v2
with: with:
tool: cargo-deny cargo-machete cargo-llvm-cov nextest tool: cargo-deny cargo-machete cargo-llvm-cov nextest
- name: Setup node (web) - name: Setup node (web)