Skip to content

Bump the actions group across 1 directory with 2 updates - #384

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/actions-8fd787e231
Open

Bump the actions group across 1 directory with 2 updates#384
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/actions-8fd787e231

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions group with 2 updates in the / directory: cargo-bins/cargo-binstall and taiki-e/install-action.

Updates cargo-bins/cargo-binstall from 1.21.1 to 1.22.0

Release notes

Sourced from cargo-bins/cargo-binstall's releases.

v1.22.0

Binstall is a tool to fetch and install Rust-based executables as binaries. It aims to be a drop-in replacement for cargo install in most cases. Install it today with cargo install cargo-binstall, from the binaries below, or if you already have it, upgrade with cargo binstall cargo-binstall.

In this release:

  • Add --allow-insecure-http to permit plaintext HTTP (#2606 #2635)
Commits
  • 75b4bfa release: cargo-binstall v1.22.0 (#2640)
  • 64125a3 chore: release (#2620)
  • e192da8 build(deps): bump clap-cargo from 0.18.3 to 0.19.0 in the deps group (#2639)
  • 8f13773 dep: Upgrade transitive dependencies (#2638)
  • 4779ab6 feat: add --allow-insecure-http to permit plaintext HTTP (#2635)
  • b629f84 build(deps): bump netdev from 0.45.0 to 0.46.0 in the deps group (#2632)
  • 86d826d dep: Upgrade transitive dependencies (#2630)
  • b5723a5 dep: Upgrade transitive dependencies (#2627)
  • 44679a2 build(deps): bump actions/attest from 4.2.1 to 4.2.2 (#2626)
  • f21464c build(deps): bump actions/attest from 4.2.0 to 4.2.1 (#2621)
  • Additional commits viewable in compare view

Updates taiki-e/install-action from 2.85.13 to 2.87.0

Release notes

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

2.87.0

  • Support kache. (#1980, thanks @​ChrisJr404)

  • Update vacuum@latest to 0.30.1.

  • Update uv@latest to 0.12.6.

  • Update mise@latest to 2026.8.14.

  • Update editorconfig-checker@latest to 3.11.2.

2.86.8

  • Update wasmtime@latest to 48.0.1.

  • Update wasm-tools@latest to 1.258.0.

  • Update oxfmt@latest to 1.80.0.

  • Update mise@latest to 2026.8.12.

  • Update kingfisher@latest to 2.0.0.

  • Update cargo-zigbuild@latest to 0.23.2.

2.86.7

  • Update tombi@latest to 1.4.1.

  • Update rafn@latest to 0.1.5.

  • Update cargo-binstall@latest to 1.22.0.

2.86.6

  • Update dprint@latest to 0.56.1.

  • Update cargo-lambda@latest to 1.9.2.

  • Update biome@latest to 2.5.10.

2.86.5

  • Update zola@latest to 0.23.4.

  • Update wasm-tools@latest to 1.257.1.

  • Update protoc@latest to 3.36.0.

  • Update mise@latest to 2026.8.10.

  • Update cargo-dinghy@latest to 0.8.6.

  • Update wasmtime@latest to 48.0.0.

... (truncated)

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.87.2] - 2026-08-30

  • Update typos@latest to 1.50.0.

  • Update tombi@latest to 1.5.0.

  • Update shfmt@latest to 3.14.0.

[2.87.1] - 2026-08-29

  • Update uv@latest to 0.12.7.

  • Update typos@latest to 1.49.1.

  • Update syft@latest to 1.51.1.

  • Update prek@latest to 0.5.0.

  • Update d2@latest to 0.8.2.

  • Update cargo-zigbuild@latest to 0.23.3.

  • Update cargo-rdme@latest to 2.2.2.

  • Update biome@latest to 2.5.11.

[2.87.0] - 2026-08-27

  • Support kache. (#1980, thanks @​ChrisJr404)

  • Update vacuum@latest to 0.30.1.

  • Update uv@latest to 0.12.6.

  • Update mise@latest to 2026.8.14.

  • Update editorconfig-checker@latest to 3.11.2.

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions group with 2 updates in the / directory: [cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall) and [taiki-e/install-action](https://github.com/taiki-e/install-action).


Updates `cargo-bins/cargo-binstall` from 1.21.1 to 1.22.0
- [Release notes](https://github.com/cargo-bins/cargo-binstall/releases)
- [Changelog](https://github.com/cargo-bins/cargo-binstall/blob/main/release-plz.toml)
- [Commits](cargo-bins/cargo-binstall@e00d2c9...75b4bfa)

Updates `taiki-e/install-action` from 2.85.13 to 2.87.0
- [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@82cd3e7...37f7c57)

---
updated-dependencies:
- dependency-name: cargo-bins/cargo-binstall
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: taiki-e/install-action
  dependency-version: 2.87.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

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 Aug 31, 2026
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