You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cache/src
Marc Mueller 940f3d7cf1
Add `lookup-only` option (#1041)
* Add new actions/cache version (with dryRun support)

* Add dry-run option

* Changes after rebase

* Update readme

* Rename option to lookup-only

* Update test name

* Update package.json + changelog

* Update README

* Update custom package version

* Update custom package version

* Update @actions/cache to 3.2.0

* Code review

* Update log statement

* Move test case

---------

Co-authored-by: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com>
2 years ago
..
utils Add `lookup-only` option (#1041) 2 years ago
constants.ts Add `lookup-only` option (#1041) 2 years ago
restore.ts GA for granular cache (#1035) 2 years ago
restoreImpl.ts Add `lookup-only` option (#1041) 2 years ago
restoreOnly.ts GA for granular cache (#1035) 2 years ago
save.ts GA for granular cache (#1035) 2 years ago
saveImpl.ts Add support to opt-in enable cross-os caching on windows (#1056) 2 years ago
saveOnly.ts GA for granular cache (#1035) 2 years ago
stateProvider.ts GA for granular cache (#1035) 2 years ago