Jason Ginchereau
d8cd72f230
Bump @actions/cache to v6.1.0 - handle cache write error due to RO token
2026-06-23 13:13:25 -07:00
Joshua Brooks
e39b386c90
Fix test mock return order
Code scanning / CodeQL-Build (push) Failing after 1m35s
2026-06-11 15:08:26 +00:00
Joshua Brooks
b692820337
PR feedback
2026-06-11 14:46:05 +00:00
Joshua Brooks
b9bf592b98
Update documentation for v6 release
2026-05-20 19:47:09 +00:00
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 Muin Kayser Chishti
054c1f2301
readme note
2025-12-11 21:11:33 +00:00
Salman Muin Kayser Chishti
07629789a8
docs: update README for v5 release with Node 24 and runner version requirements
2025-12-11 21:08:31 +00:00
Salman Muin Kayser Chishti
5bb537bda8
undo readme changes
2025-12-11 18:41:05 +00:00
Salman Muin Kayser Chishti
1513bf9d27
chore: revert README to main branch state
2025-12-11 18:32:39 +00:00
Salman Muin Kayser Chishti
3b0346c531
Revert "docs: update README with v5 release notes"
...
This reverts commit fe92eaff4b .
2025-12-11 18:30:21 +00:00
Salman Muin Kayser Chishti
fe92eaff4b
docs: update README with v5 release notes
2025-12-11 18:27:19 +00:00
Salman Muin Kayser Chishti
4803712a90
Build dist files for Node 24
2025-10-15 15:08:39 +01:00
Ryan Ghadimi
3862dccb17
Add note on runner versions
2025-08-11 09:20:59 +01:00
Ben De St Paer-Gotch
c45d39173a
Update README.md
2025-06-16 10:08:03 +01:00
Bassem Dghaidi
882d7ced4c
Add 3.4.0 release notes
2024-12-05 04:30:22 -08:00
Bassem Dghaidi
faf639248d
Update RELEASES.md
2024-12-04 11:49:23 -08:00
Jan T. Sott
8469c94c6a
Add Bun example ( #1456 )
...
* Add Bun example
* Fix Bun Windows example
2024-10-08 19:53:09 +00:00
Josh Gross
3624ceb22c
Restore original behavior of cache-hit output ( #1467 )
...
* Restore original behavior of `cache-hit` output
* Bump version to 4.1.1
2024-10-08 13:08:22 -04:00
Josh Gross
c74ca4022c
Deprecate save-always input ( #1452 )
...
The `save-always` input added in v4 is not
working as intended due to
`post-if` expressions not supporting the input
context.
To avoid breaking users who have already added
this input to their workflows, it is being
deprecated now and will be removed
in the next major version (v5).
See https://github.com/actions/cache/issues/1315 for more details.
2024-10-03 18:37:55 +00:00
Soubhik Kumar Mitra
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
P. Ottlinger
4a28cbc054
Update README.md and use v4 of checkout action ( #1437 )
...
Update examples to use latest available checkout action v4.
2024-07-29 16:07:30 -04:00
Yang Cao
dc88ab52d7
Update examples
2024-01-17 11:42:01 -05:00
Yang Cao
c36458f13b
Update README.md
2024-01-17 11:31:56 -05:00
Bishal Prasad
5cb4bb86c0
Merge branch 'main' into bishal-pdMSFT-patch-4
2023-03-13 18:54:39 +05:30
Sankalp Kotewar
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 <bishal-pdmsft@github.com >
* Update README.md
---------
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com >
2023-03-13 16:43:13 +05:30
Bishal Prasad
bf96a3f9d8
Merge branch 'main' into bishal-pdMSFT-patch-4
2023-03-13 15:41:54 +05:30
Sankalp Kotewar
57014a2baa
Readme fixes ( #1134 )
...
* Update README.md
* Update README.md
2023-03-13 12:02:23 +05:30
Sankalp Kotewar
cb865c1889
Fixed readme with new segment timeout values ( #1133 )
2023-03-13 11:02:55 +05:30
Bishal Prasad
4e7c82221f
Merge branch 'main' into bishal-pdMSFT-patch-4
2023-03-13 11:01:00 +05:30
Sankalp Kotewar
88522ab9f3
Reduced download segment size to 128 MB and timeout to 10 minutes ( #1129 )
...
* Changed segment size to 128mb & timeout to 10 min
* Updated license
* Updated licenses
2023-03-13 10:32:46 +05:30
Bishal Prasad
7893481812
Change two new actions mention as quoted text
2023-03-11 21:32:05 +05:30
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 >
2023-03-09 18:00:28 +05:30
Lovepreet Singh
b1db4b4897
Fix zstd breaking after new version release
2023-02-20 19:51:54 +00:00
Josh Soref
22d3da765b
Rewrite readmes ( #1085 )
...
* Improve readmes
* Add markdown for default value
Co-authored-by: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com >
---------
Co-authored-by: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com >
2023-01-31 16:01:15 +05:30
Marc Mueller
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
Philip
b63536828e
there as well ;)
2023-01-19 21:08:05 +01:00
Philip
cd2aaa9df8
chore: Fix syntax error typo
2023-01-19 21:04:46 +01:00
Tanuj Kumar Mishra
003f5452bf
Merge branch 'main' into update-docs
2023-01-12 16:48:49 +05:30
Lovepreet Singh
76ee6bdfdc
Merge branch 'main' into pdotl-patch-1
2023-01-12 16:07:16 +05:30
Sankalp Kotewar
9183691e97
Cache recipes for cache, restore and save actions ( #1055 )
...
* Added outline and cache basics
* Update CACHING.md
* Added info about key and restore keys
* Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com >
* Review comments and some snippets
* Updated doc with comments
* Formatted sub headings
* Markdown linting
* Added paths
* Fixed heading
* Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com >
* Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com >
* Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com >
* Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com >
* Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com >
* Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com >
* Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com >
* Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com >
* Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com >
* Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com >
* Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com >
* Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com >
* Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com >
* Update CACHING.md
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com >
* Updated paths
* Renamed file and added readme reference
* Fixed heading of a section
* Update README.md
* Moved back section to strategies
* Reverted to older version
* Fixed broken link
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com >
2023-01-12 12:00:47 +05:30
Lovepreet Singh
094a24099d
Add gnu tar and zstd as pre-requisites for windows self-hosted runners
...
## Context
There have been customer requests to document installation of gnu tar and zstd for self-hosted runners. We had them documented in workarounds before. Adding them to pre-requisites for better visibility for folks using self-hosted windows runners.
2023-01-10 22:52:32 +05:30
Sampark Sharma
58c146cc91
Release support for cross-os caching as opt-in feature ( #1060 )
...
* Release support for cross-os caching as opt-in feature
Add documentation for cross-os caching
* Apply suggestions from code review
Co-authored-by: Lovepreet Singh <pdotl@github.com >
* Address review comments
Co-authored-by: Lovepreet Singh <pdotl@github.com >
2023-01-09 11:01:52 +05:30
Sankalp Kotewar
1f414295fe
Fixed broken link ( #1057 )
2023-01-05 12:14:32 +05:30
uhooi
84e54000da
Merge remote-tracking branch 'origin/main' into feature/add_mint_example
2022-12-29 22:27:37 +09:00
Lovepreet Singh
d0e7eb01c9
Merge branch 'main' into update-docs
2022-12-29 13:29:36 +05:30
Sampark Sharma
4723a57e26
Revert compression changes related to windows but keep version logging ( #1049 )
...
* Revert compression changes related to windows
due to symlink issues
* Added tips and workarounds for cross os
2022-12-27 16:38:40 +05:30
SIGUI Kessé Emmanuel
d70353d8a4
📝 #1045 update using the set-output command is deprecated
2022-12-26 07:12:46 +01:00
Adam Dinwoodie
501277cfd7
README.md: remove outdated Windows cache tip link
...
As of 9b0be58 (Release compression related changes for windows (#1039 ),
2022-12-23), the section of tips-and-workarounds.md referring to
improving cache restore performance on Windows no longer exists, so
don't link to it from README.md.
2022-12-24 13:15:08 +00:00
Sampark Sharma
9b0be58822
Release compression related changes for windows ( #1039 )
...
* Release compression related changes for windows
* Update license
2022-12-23 11:49:17 +05:30