Skip to content

Commit 2c45974

Browse files
committed
feat: add cross-run binary caching to speed up repeated workflow runs
Use @actions/cache to persist the downloaded auths binary across workflow runs. On GitHub-hosted runners each run gets a fresh VM, so without this the binary is re-downloaded every time. Cache key is derived from the download URL hash, so version changes automatically invalidate the cache. Only pinned versions are cached; "latest" always re-downloads.
1 parent d63f51c commit 2c45974

7 files changed

Lines changed: 78433 additions & 29571 deletions

File tree

dist/index.js

Lines changed: 76889 additions & 29552 deletions
Large diffs are not rendered by default.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/licenses.txt

Lines changed: 630 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)