Skip to content

build(deps): bump the github-actions group with 4 updates - #1373

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-0ebe5488ca
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-0ebe5488ca

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 4 updates: actions-rust-lang/setup-rust-toolchain, taiki-e/install-action, Homebrew/actions/setup-homebrew and crate-ci/typos.

Updates actions-rust-lang/setup-rust-toolchain from 1.17.0 to 2.0.0

Release notes

Sourced from actions-rust-lang/setup-rust-toolchain's releases.

v2.0.0

What's Changed

  • Use CARGO_BUILD_WARNINGS for enforcing warning free compilations (#98) This is a new variable supported by cargo 1.97+ and sets the build.warnings config. It allows removing the RUSTFLAGS="-D warnings" default, which will improve compatibility with target.*.rustflags and .cargo/config.toml files.

    This adds a new build-warnings input to configure the value for the build.warnings config.

  • Add error matcher for Rust panics This will highlight the location of the panic location during tests.

  • Reuse output of rustc --version --verbose calls (#103 by @​ChihweiLHBird)

New Contributors

Full Changelog: actions-rust-lang/setup-rust-toolchain@v1.17.0...v2.0.0

Changelog

Sourced from actions-rust-lang/setup-rust-toolchain's changelog.

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[2.0.0] - 2026-09-07

  • Use CARGO_BUILD_WARNINGS for enforcing warning free compilations (#98) This is a new variable supported by cargo 1.97+ and sets the build.warnings config. It allows removing the RUSTFLAGS="-D warnings" default, which will improve compatibility with target.*.rustflags and .cargo/config.toml files.

    This adds a new build-warnings input to configure the value for the build.warnings config.

  • Add error matcher for Rust panics This will highlight the location of the panic location during tests.

  • Reuse output of rustc --version --verbose calls (#103 by @​ChihweiLHBird)

[1.17.0] - 2026-06-25

  • Add new parameter cache-targets that is propagated to Swatinem/rust-cache as cache-targets (#84). This allows disabling caching of the workspace target directory, e.g. when using sccache, while keeping the rest of the cache enabled.

[1.16.1] - 2026-05-08

  • Renamed internally used variable to avoid clashes with globally existing variables. This fixes the interference of the TOOLCHAIN variable as reported in #91.

[1.16.0] - 2026-04-13

  • Add new parameter cache-save-if that is propagated to Swatinem/rust-cache as save-if (#90 by @​ChanTsune)

[1.15.4] - 2026-03-15

  • Bump Swatinem/rust-cache from 2.8.2 to 2.9.1 (#87 by @​hyperfinitism) This gets rid of the warnings about Node.js 20.

[1.15.3] - 2026-03-01

  • Bump Swatinem/rust-cache from 2.8.1 to 2.8.2

[1.15.2] - 2025-10-04

  • Fix: Run the version detection steps in the selected rust-src-dir directory. This should enable the version selection even without a default toolchain installed. Fixes #74.

[1.15.1] - 2025-09-23

... (truncated)

Commits
  • ecabd13 Prepare changelog for 2.0.0 release
  • dc00391 Add error matcher for Rust panics
  • 70de7eb Merge pull request #103 from ChihweiLHBird/reuse-rustc-verbose-output
  • c420b69 Merge pull request #105 from actions-rust-lang/use-build-warnings
  • d94d10a Use CARGO_BUILD_WARNINGS for enforcing warning free compilations
  • 34430aa Reuse rustc verbose output instead of invoking rustc three times.
  • 0267444 Merge pull request #102 from actions-rust-lang/dependabot/github_actions/Swat...
  • 5fa2882 Bump Swatinem/rust-cache from 2.9.1 to 2.9.2
  • 8439c15 Merge pull request #100 from actions-rust-lang/dependabot/github_actions/acti...
  • c8f944a Bump actions/checkout from 7.0.0 to 7.0.1
  • See full diff in compare view

Updates taiki-e/install-action from 2.87.2 to 2.87.8

Release notes

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

2.87.8

  • Update shfmt@latest to 3.14.1.

  • Update release-plz@latest to 0.3.162.

  • Update protoc-gen-connect-openapi@latest to 0.26.0.

  • Update dprint@latest to 0.57.4.

  • Update cargo-llvm-cov@latest to 0.9.1.

  • Update cargo-crap@latest to 0.5.0.

  • Update cargo-binstall@latest to 1.23.0.

2.87.7

  • Update wasm-bindgen@latest to 0.2.128.

  • Update uv@latest to 0.12.10.

  • Update tombi@latest to 1.5.2.

  • Update rclone@latest to 1.75.1.

2.87.6

  • Update rafn@latest to 0.1.6.

  • Update editorconfig-checker@latest to 3.11.3.

  • Update dprint@latest to 0.57.1.

  • Update convco@latest to 0.7.2.

2.87.5

  • Update vacuum@latest to 0.30.3.

  • Update uv@latest to 0.12.9.

  • Update typos@latest to 1.50.1.

  • Update tombi@latest to 1.5.1.

  • Update release-plz@latest to 0.3.161.

  • Update prek@latest to 0.5.2.

  • Update oxfmt@latest to 1.81.0.

  • Update mise@latest to 2026.9.1.

... (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.12] - 2026-09-12

  • Update wasmtime@latest to 48.0.2.

  • Update wasm-tools@latest to 1.259.0.

  • Update uv@latest to 0.12.13.

  • Update release-plz@latest to 0.3.165.

  • Update protoc-gen-connect-openapi@latest to 0.27.1.

  • Update mise@latest to 2026.9.5.

  • Update cargo-nextest@latest to 0.9.144.

[2.87.11] - 2026-09-11

  • Update biome@latest to 2.5.13.

  • Update uv@latest to 0.12.12.

  • Update mise@latest to 2026.9.4.

  • Update kache@latest to 0.19.0.

[2.87.10] - 2026-09-10

  • Update zizmor@latest to 1.30.1.

  • Update uv@latest to 0.12.11.

  • Update tombi@latest to 1.5.4.

  • Update release-plz@latest to 0.3.164.

  • Update mise@latest to 2026.9.3.

... (truncated)

Commits
  • d438492 Release 2.87.8
  • cf1fade Update shfmt@latest to 3.14.1
  • 7161449 Update release-plz@latest to 0.3.162
  • 58df4bb Update protoc-gen-connect-openapi@latest to 0.26.0
  • 33e9ffe Update oxfmt manifest
  • 60bf882 Update kache manifest
  • 667469a Update dprint@latest to 0.57.4
  • aa52fd6 Update cargo-llvm-cov@latest to 0.9.1
  • 834d344 Update cargo-crap@latest to 0.5.0
  • 097f1f0 Update cargo-binstall@latest to 1.23.0
  • Additional commits viewable in compare view

Updates Homebrew/actions/setup-homebrew from 2026.08.31.1 to 2026.09.07.1

Release notes

Sourced from Homebrew/actions/setup-homebrew's releases.

2026.09.07.1

What's Changed

Full Changelog: Homebrew/actions@2026.08.31.1...2026.09.07.1

Commits
  • f8d4222 Merge pull request #922 from Homebrew/dependabot/npm_and_yarn/npm-1a82b195b5
  • 8939750 Merge pull request #923 from Homebrew/dependabot/github_actions/github-action...
  • 588daa1 build(deps): bump the github-actions group across 1 directory with 2 updates
  • d81a489 build(deps): bump the npm group with 3 updates
  • c69e528 Merge pull request #921 from Homebrew/sync-shared-config
  • 3a90248 actionlint.yml: update to match main configuration
  • See full diff in compare view

Updates crate-ci/typos from 1.50.0 to 1.50.1

Release notes

Sourced from crate-ci/typos's releases.

v1.50.1

[1.50.1] - 2026-09-01

Fixes

  • Don't correct asend in Python code
Changelog

Sourced from crate-ci/typos's changelog.

Change Log

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

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased] - ReleaseDate

[1.50.1] - 2026-09-01

Fixes

  • Don't correct asend in Python code

[1.50.0] - 2026-08-28

Features

[1.49.1] - 2026-08-27

Fixes

  • Don't correct the brand name HashiCorp

[1.49.0] - 2026-08-03

Features

  • Updated the dictionary with the July 2026 changes

[1.48.0] - 2026-06-30

Features

  • Updated the dictionary with the June 2026 changes

[1.47.2] - 2026-06-04

Fixes

  • Don't correct inferrable
  • Correct unused inferible variant

[1.47.1] - 2026-06-03

Fixes

... (truncated)

Commits
  • d43b6c0 chore: Release
  • 84aa963 docs: Update changelog
  • 79e6746 Merge pull request #1608 from nightcityblade/fix/python-asend
  • aba6985 Merge pull request #1616 from crate-ci/renovate/clap-cargo-0.x
  • 92ed824 chore(deps): Update compatible (#1615)
  • e575a6c chore(deps): Update Rust crate clap-cargo to 0.19.0
  • 5956a26 fix: Allow Python asend identifier
  • f6ce659 test: Capture Python asend behavior
  • See full diff in compare view

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 github-actions group with 4 updates: [actions-rust-lang/setup-rust-toolchain](https://github.com/actions-rust-lang/setup-rust-toolchain), [taiki-e/install-action](https://github.com/taiki-e/install-action), [Homebrew/actions/setup-homebrew](https://github.com/homebrew/actions) and [crate-ci/typos](https://github.com/crate-ci/typos).


Updates `actions-rust-lang/setup-rust-toolchain` from 1.17.0 to 2.0.0
- [Release notes](https://github.com/actions-rust-lang/setup-rust-toolchain/releases)
- [Changelog](https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/CHANGELOG.md)
- [Commits](actions-rust-lang/setup-rust-toolchain@166cdcf...ecabd13)

Updates `taiki-e/install-action` from 2.87.2 to 2.87.8
- [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@1ed6d7b...d438492)

Updates `Homebrew/actions/setup-homebrew` from 2026.08.31.1 to 2026.09.07.1
- [Release notes](https://github.com/homebrew/actions/releases)
- [Changelog](https://github.com/Homebrew/actions/blob/main/release.test.mts)
- [Commits](Homebrew/actions@3cdb78d...f8d4222)

Updates `crate-ci/typos` from 1.50.0 to 1.50.1
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@4d9c206...d43b6c0)

---
updated-dependencies:
- dependency-name: actions-rust-lang/setup-rust-toolchain
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: taiki-e/install-action
  dependency-version: 2.87.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: Homebrew/actions/setup-homebrew
  dependency-version: 2026.09.07.1
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: crate-ci/typos
  dependency-version: 1.50.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-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 Sep 14, 2026
@github-actions

github-actions Bot commented Sep 14, 2026

Copy link
Copy Markdown

Test Results

    5 files     49 suites   24m 45s ⏱️
2 949 tests 2 949 ✅ 0 💤 0 ❌
9 145 runs  9 145 ✅ 0 💤 0 ❌

Results for commit a790ce2.

♻️ This comment has been updated with latest results.

@github-actions

github-actions Bot commented Sep 14, 2026

Copy link
Copy Markdown

Performance Benchmark Report

Benchmark name Baseline (μs) Test/PR (μs) Delta (μs) Delta %
clone_shell_object 17.75 μs 18.08 μs 0.33 μs 🟠 +1.86%
eval_arithmetic 0.16 μs 0.17 μs 0.01 μs ⚪ Unchanged
expand_one_string 1.87 μs 1.82 μs -0.05 μs ⚪ Unchanged
for_loop 32.59 μs 32.81 μs 0.21 μs ⚪ Unchanged
full_peg_complex 57.56 μs 58.72 μs 1.17 μs 🟠 +2.03%
full_peg_for_loop 6.15 μs 6.48 μs 0.33 μs 🟠 +5.30%
full_peg_nested_expansions 16.22 μs 16.72 μs 0.50 μs 🟠 +3.08%
full_peg_pipeline 4.24 μs 4.39 μs 0.15 μs 🟠 +3.52%
full_peg_simple 1.82 μs 1.91 μs 0.09 μs 🟠 +4.78%
function_call 3.57 μs 3.63 μs 0.06 μs ⚪ Unchanged
instantiate_shell 57.01 μs 56.83 μs -0.18 μs ⚪ Unchanged
instantiate_shell_with_init_scripts 27145.70 μs 27509.28 μs 363.58 μs ⚪ Unchanged
parse_peg_bash_completion 2104.16 μs 2102.22 μs -1.94 μs ⚪ Unchanged
parse_peg_complex 18.46 μs 18.22 μs -0.24 μs 🟢 -1.31%
parse_peg_for_loop 1.94 μs 1.96 μs 0.02 μs ⚪ Unchanged
parse_peg_pipeline 2.07 μs 2.02 μs -0.04 μs 🟢 -2.13%
parse_peg_simple 1.09 μs 1.10 μs 0.00 μs ⚪ Unchanged
run_echo_builtin_command 16.25 μs 16.52 μs 0.28 μs ⚪ Unchanged
tokenize_sample_script 3.65 μs 3.72 μs 0.08 μs 🟠 +2.06%

Code Coverage Report: Only Changed Files listed

Package Base Coverage New Coverage Difference
brush-core/src/results.rs 🟢 83.72% 🟢 80.62% 🔴 -3.1%
Overall Coverage 🟢 76.31% 🟢 76.29% 🔴 -0.02%

Minimum allowed coverage is 70%, this run produced 76.29%
Maximum allowed coverage difference is -5%, this run produced -0.02%

Test Summary: bash-completion test suite

Outcome Count Percentage
✅ Pass 1588 75.30
❗️ Error 17 0.81
❌ Fail 150 7.11
⏩ Skip 339 16.07
❎ Expected Fail 13 0.62
✔️ Unexpected Pass 2 0.09
📊 Total 2109 100.00

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