actions-marketplace-validations/PowerShell Module Cache

Caching modules from PSRepositories

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 11, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/potatoqualitee_psmodulecache@6740a32028943d3756e6043d49e753c604f20d0d # no releases — HEAD as of 2026-07-13

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

namedescriptionrequireddefault
modules-to-cacheName of PowerShell modules to cache from registered PsRepositories (PowerShell Gallery by default)no
modules-to-cache-prereleaseName of prerelease PowerShell modules to cache from registered PsRepositories (PowerShell Gallery by default). Uses the -AllowPrerelease parameter during Save-Module.no
shellThe default shell to use. Options are 'powershell' or 'pwsh' (default) or both.nopwsh
updatableTriggers an update of one or more modules.nofalse
prefixidentifierPrefixes the cache key name with the Workflow name ($env:GITHUB_WORKFLOW). Used to group cache keys.nofalse

no outputs