Skip to content

chore(deps): bump taiki-e/install-action from 2.79.4 to 2.79.9#374

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/taiki-e/install-action-2.79.9
Open

chore(deps): bump taiki-e/install-action from 2.79.4 to 2.79.9#374
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/taiki-e/install-action-2.79.9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 27, 2026

Bumps taiki-e/install-action from 2.79.4 to 2.79.9.

Release notes

Sourced from taiki-e/install-action's releases.

2.79.9

  • Update vacuum@latest to 0.26.7.

  • Update tombi@latest to 1.0.0.

2.79.8

  • Update parse-dockerfile@latest to 0.1.6.

  • Update knope@latest to 0.23.0.

2.79.7

  • Update typos@latest to 1.46.3.

  • Update rclone@latest to 1.74.2.

  • Update mise@latest to 2026.5.15.

  • Update tombi@latest to 0.11.7.

2.79.6

  • Update wasm-bindgen@latest to 0.2.122.

  • Update mise@latest to 2026.5.14.

  • Update cargo-deny@latest to 0.19.7.

  • Update vacuum@latest to 0.26.6.

2.79.5

  • Update jaq@latest to 3.0.0. (#1861, thanks @​MusicalNinjaDad)

  • Update wasmtime@latest to 45.0.0.

  • Update wasm-tools@latest to 1.250.0.

  • Update tombi@latest to 0.11.6.

  • Update mise@latest to 2026.5.13.

Changelog

Sourced from taiki-e/install-action's changelog.

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[Unreleased]

[2.79.9] - 2026-05-26

  • Update vacuum@latest to 0.26.7.

  • Update tombi@latest to 1.0.0.

[2.79.8] - 2026-05-26

  • Update parse-dockerfile@latest to 0.1.6.

  • Update knope@latest to 0.23.0.

[2.79.7] - 2026-05-24

  • Update typos@latest to 1.46.3.

  • Update rclone@latest to 1.74.2.

  • Update mise@latest to 2026.5.15.

  • Update tombi@latest to 0.11.7.

[2.79.6] - 2026-05-23

  • Update wasm-bindgen@latest to 0.2.122.

  • Update mise@latest to 2026.5.14.

  • Update cargo-deny@latest to 0.19.7.

  • Update vacuum@latest to 0.26.6.

[2.79.5] - 2026-05-22

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.79.4 to 2.79.9.
- [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@e0eafa9...8f531ea)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 27, 2026
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 27, 2026

Greptile Summary

Routine dependabot bump of taiki-e/install-action from 2.79.4 to 2.79.9 in the CI workflow, updating the pinned commit SHA while keeping the # v2 comment tag. Intermediate patch releases only updated bundled tool manifests (vacuum, tombi, knope, mise, etc.) unrelated to cargo-codspeed.

  • Updates the pinned SHA for taiki-e/install-action in .github/workflows/ci.yml from e0eafa9 to 8f531ea.

Confidence Score: 5/5

Safe to merge — the only change is updating the pinned commit SHA for a third-party installer action; the intermediate releases touch unrelated tool manifests and carry no breaking changes.

Single-line SHA bump in a CI workflow with no logic changes. The action versions between 2.79.4 and 2.79.9 only updated bundled tool manifests with no impact on the cargo-codspeed installation step used here.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/ci.yml Pin hash updated for taiki-e/install-action from 2.79.4 to 2.79.9; no functional changes to workflow logic

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[ci.yml workflow] --> B[install-rust action]
    B --> C["taiki-e/install-action@8f531ea (v2.79.9)"]
    C --> D[Install cargo-codspeed]
    D --> E[Benchmark jobs continue]
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump taiki-e/install-action..." | Re-trigger Greptile

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented May 27, 2026

Merging this PR will not alter performance

⚠️ Unknown Walltime execution environment detected

Using the Walltime instrument on standard Hosted Runners will lead to inconsistent data.

For the most accurate results, we recommend using CodSpeed Macro Runners: bare-metal machines fine-tuned for performance measurement consistency.

✅ 7 untouched benchmarks


Comparing dependabot/github_actions/taiki-e/install-action-2.79.9 (5b68fea) with main (ecf3c2e)

Open in CodSpeed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants