actions-marketplace-validations/Update rust-toolchain.toml
Update your rust-toolchain.toml file and send a PR for it.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 13, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/a-kenji_update-rust-toolchain@16010dcfb630d64a678380d6cda04efee6e5713e # no releases — HEAD as of 2026-08-29tags 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