XZTDean
5b7a9f8ae5
docs: Update other actions in examples to the latest version
2025-12-15 06:34:21 -08:00
XZTDean
de99935c0c
docs: Update examples to cache@v5
2025-12-15 06:15:33 -08:00
Salman Chishti
94b8944262
update to node24
2025-07-24 20:07:06 +00:00
Bassem Dghaidi and GitHub
c4ee99a3bd
Merge branch 'main' into todgru/v4-documentation-update
2024-08-14 12:09:56 +02:00
Soubhik Kumar Mitra and GitHub
57b8e405f0
Clarify that the restore-keys input is a string in the docs ( #1434 )
...
* Fix Description for restore-keys at Readme
As previously the restore-keys were defined as an ordered lists which is
wrong as per the issue description where the actual format is a
multi-line string with one key per line.
* Added a space between the sentence of restore-keys description
While at the PR review it's been identified there's a need for a space
between the sentence
```
An ordered multiline string listing the prefix-matched keys,that are
used for restoring stale cache if no cache hit occurred for key.
```
where it's written as "prefix-matched keys,that are" this commit will
address the review comment and introduce a space between
"prefix-matched keys, that are" and change the sentence to
```
An ordered multiline string listing the prefix-matched keys, that are
used for restoring stale cache if no cache hit occurred for key.
```
* Change restore-keys description at cache/restore/action.yml and cache/action.yml
2024-08-06 14:26:54 +00:00
todgru
104f95683b
update documentation to use <action>@v4
2024-01-26 14:08:22 -08:00
Tatyana Kostromskaya
3185ecfd61
Update "only-" actions to node20
2024-01-10 15:00:25 +00:00
84995e0d91
Updated description of the lookup-only input for main action ( #1130 )
...
* Updated description of the lookup-only input for main action
* Update README.md
Co-authored-by: Bishal Prasad <[email protected] >
* Update README.md
---------
Co-authored-by: Bishal Prasad <[email protected] >
2023-03-13 16:43:13 +05:30
Sankalp Kotewar and GitHub
57014a2baa
Readme fixes ( #1134 )
...
* Update README.md
* Update README.md
2023-03-13 12:02:23 +05:30
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 <[email protected] >
2023-03-09 18:00:28 +05:30
Sankalp Kotewar and GitHub
e08330827d
Fixed typos and formatting in docs ( #1076 )
...
* Removed extra code from readme examples
* Formatted and fixed typos
2023-02-03 09:53:09 +05:30
22d3da765b
Rewrite readmes ( #1085 )
...
* Improve readmes
* Add markdown for default value
Co-authored-by: Sankalp Kotewar <[email protected] >
---------
Co-authored-by: Sankalp Kotewar <[email protected] >
2023-01-31 16:01:15 +05:30
Marc Mueller and GitHub
627f0f41f6
Add fail-on-cache-miss option ( #1036 )
...
* Add fail-on-cache-miss option
* Small improvements
* Changes after rebase
* Update description
* Only fail if no cache entry is found
* Code review
* Update readme
* Add additional test case
* Bump version + changelog
* Update package-lock.json
* Update Readme
2023-01-30 16:40:58 +05:30
Kurt McKee and GitHub
c9869a589f
Fix a whitespace typo ( #1074 )
2023-01-16 06:47:28 +05:30
Sampark Sharma and GitHub
6fd2d4538c
Add support to opt-in enable cross-os caching on windows ( #1056 )
...
* Add support to opt-in enable cross-os caching on windows
* Fix tests
* Address review comments and update tests
* Fix tests
* Address review comments
* Address review comments
2023-01-05 16:49:13 +05:30
Adam Dinwoodie and GitHub
b053f2b699
Fix formatting error in restore/README.md ( #1044 )
2022-12-26 10:10:47 +05:30
c17f4bf466
GA for granular cache ( #1035 )
...
* Add example for Haskell Stack
* Revert "Add example for Haskell Stack"
* Basic implementation
* Updated variable name
* Adding wrapper class
* Changed logs to warnings
* added debug logs
* experimenting
* Test
* test
* new try
* test
* Impl separated
* Reverted wrapper changes
* Added test cases
* Some cleanup
* Formatted document
* Fixed test cases issues
* Slight modification for test cases check
* Updated new actions' input descriptions
* Reverted custom asks implemented and added wrapper
* refactor into a generic outputter
* Readme draft for new actions
* Generated dist
* Fixed breaking test case
* Removed return type in promise
* Removed commented lines
* Calling methods from same file
* dist
* update save as well
* fix merge
* Changes for beta release
* Update dist folder
* Fixed formatting
* dist
* Add support for gzip fallback for restore of old cache on windows
* Fixed test cases
* Fixed test cases
* Added restore only and save only test cases
* Updated new actions dist files
* Removed comments
* Fixed inputs
* Renamed variables and added tests
* Fixed breaking test case
* Fixed review comments and tests
* added stateprovider changes
* Deleted stateprovider tests until added
* Added stateprovider test cases
* Fixed breaking test case
* Updated outputs of restore action
* Changes for beta release
* Update dist folder
* Add support for gzip fallback for restore of old cache on windows
* update for new beta release
* Update save/action.yml
Co-authored-by: Bishal Prasad <[email protected] >
* Update restore/action.yml
Co-authored-by: Bishal Prasad <[email protected] >
* Update restore/action.yml
Co-authored-by: Bishal Prasad <[email protected] >
* Update restore/action.yml
Co-authored-by: Bishal Prasad <[email protected] >
* Update restore/action.yml
Co-authored-by: Bishal Prasad <[email protected] >
* Added more assertions as values can't be checked
* Removed unused code
* Merged beta branch and resolved conflicts
* Added save readme
* Updates to save readme
* Renamed output
* Added cache hit info in readme
* Update restore/README.md
Co-authored-by: Bishal Prasad <[email protected] >
* Update restore/README.md
Co-authored-by: Bishal Prasad <[email protected] >
* Update restore/README.md
Co-authored-by: Bishal Prasad <[email protected] >
* Update save/README.md
Co-authored-by: Bishal Prasad <[email protected] >
* Update save/README.md
Co-authored-by: Bishal Prasad <[email protected] >
* Removed verbose statements
* Repositioned new actions introduction
* Added test case for restore state
* Addressed review comments
* nit
* nit: added language to code blocks
* Updated beta version to 3.2.0-beta.1
* Added stateprovider mock implementations
* Linting errors fixed
* Save-only warning added
* Updated return ID to -2
* Removed -2 error code
* Removed comment
* Updated cache npm lib version
* Updated license version
* Updated releases.md
* Updated readme with the new actions in what's new
Co-authored-by: Malo Bourgon <[email protected] >
Co-authored-by: Vipul <[email protected] >
Co-authored-by: Bishal Prasad <[email protected] >
Co-authored-by: Tanuj Kumar Mishra <[email protected] >
Co-authored-by: Sampark Sharma <[email protected] >
2022-12-21 19:38:44 +05:30