You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the action.yml description for path to mention glob, multipath, and single file support. This should link to @actions/glob for glob pattern documentation
Update the toolkit cache package README to include a link to the cache action as example usage.
With the recent improvements made to the cache action, we'll be releasing a V2 version of this action.
What's New
zstdfor compression (Use zstd instead of gzip #184). (Off for windows-latest hosted runner)GITHUB_REF@actions/cachenpm package to allow other actions to utilize caching (Can this module be used from other JavaScript actions? #55)To Do
v2v2and use multiple paths if possiblev2(Tracked via an internal issuepathto mention glob, multipath, and single file support. This should link to@actions/globfor glob pattern documentation