ci: bump taiki-e/install-action from 2.78.1 to 2.79.0 in /.github/actions/setup (#22496)

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

Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.78.1 to 2.79.0.
- [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/184183c2401be73c3bf42c2e61268aa5855379c1...7be9fd86bd1707236395105d6e9329dd1511a7e1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
dependabot[bot]
2026-05-20 17:01:51 +02:00
committed by GitHub
parent 774dbc212a
commit bc9ec53d4c
+1 -1
View File
@@ -64,7 +64,7 @@ runs:
rustflags: ""
- name: Setup rust dependencies
if: ${{ contains(inputs.dependencies, 'rust') }}
uses: taiki-e/install-action@184183c2401be73c3bf42c2e61268aa5855379c1 # v2
uses: taiki-e/install-action@7be9fd86bd1707236395105d6e9329dd1511a7e1 # v2
with:
tool: cargo-deny cargo-machete cargo-llvm-cov nextest
- name: Setup node (root, web)