actions-marketplace-validations/Dub Upgrade
Run `dub upgrade` trying to repeat on network failure and using package cache
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 9, 2023
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/webfreak001_dub-upgrade@25280a6eacf429363e70de920d5619c4a283e85b # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| cache | Boolean if packages should be cached. If this is called before a build this will only cache downloaded files, if this is called after a build as well this will cache the compiled libraries, making future completion faster. | — | true |
| store | Boolean if this should just cache all (compiled) dub dependencies under a separate cache key. Should be called after building. | — | false |
| args | Any custom arguments (shell syntax) to pass after `dub upgrade`. Will be used multiple times in case of dub network failures. | — | "" |
Outputs
no outputs