actions-marketplace-validations/Update Hugo Version Pin in Netlify Config
Update the version pin for Hugo in a netlify.toml file if needed.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 21, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/platenio_action-netlify-toml-update-hugo@ef0ef410168269848065c6d78a648fd159821135 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| no-install | Specify to skip the hugo install step | no | false |
| no-write | Specify to prevent updating the netlify.toml | no | false |
| line-endings | Whether to write LF or CRLF line endings in netlify.toml. | no | LF |
| netlify-toml-path | Path to the netlify.toml config file from project root | no | ./netlify.toml |
Outputs
| name | description |
|---|---|
| updatedConfig | Whether or not this action updated the netlify.toml config file |
| latestVersion | The latest version of hugo available if installed via this action |