Azure / trusted-signing-action

MIT License
35 stars 12 forks source link

Add support for caching dependencies #31

Closed japarson closed 4 months ago

japarson commented 4 months ago

This action has 3 dependencies:

We can lower execution time by caching these dependencies with GitHub's caching system. While the speedup isn't tremendous on average, it should be a massive boost in the worst-case scenario where the PowerShell Gallery decides to lag which happens quite often.