actions-marketplace-validations/Update Hugo Modules
Run `hugo mod get -u` against a project and return what updates were made, if any.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 14, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/platenio_action-hugo-module-update@9b9b35627a9db827a2ed7f7974b50282d32055be # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| recursive | Whether or not to update the modules recursively | no | true |
| no-install | Specify to skip the hugo install step | no | false |
Outputs
| name | description |
|---|---|
| results | The output returned from `hugo mod get -u` explaining what it did. |