actions-marketplace-validations/Dub Upgrade

Run `dub upgrade` trying to repeat on network failure and using package cache

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jul 9, 2023
License
None
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/webfreak001_dub-upgrade@25280a6eacf429363e70de920d5619c4a283e85b # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
cacheBoolean 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
storeBoolean if this should just cache all (compiled) dub dependencies under a separate cache key. Should be called after building.false
argsAny custom arguments (shell syntax) to pass after `dub upgrade`. Will be used multiple times in case of dub network failures.""

no outputs