a-kenji/Update rust-toolchain.toml
Update your rust-toolchain.toml file and send a PR for it.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 13, 2026
- Maintenance Recency
- Activelast commit Apr 13, 2026
- License
- MIT
Pinned Snippet
uses: a-kenji/update-rust-toolchain@1f79127e8c39b348cbd90673ad146b932ea78846 # v1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| minor-version-delta | The delta for the minor version. | no | 0 |
| update-patch | Update patch versions. | no | true |
| update-minor | Update minor versions. | no | true |
| toolchain-path | Path to the rust-toolchain file. | no | ./rust-toolchain |
| token | GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT) | no | ${{ github.token }} |
| base | The GitHub base | no | ${{ github.head_ref }} |
| commit-msg | The message provided with the commit | no | rust-toolchain: Update |
| pr-branch | The branch on which the PR is created | no | update_rust_toolchain_action |
| pr-title | The title of the PR to be created | no | rust-toolchain: Update |
| pr-labels | A comma or newline separated list of labels to set on the Pull Request to be created | no | "" |
Outputs
no outputs