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 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2cdf405574 
							
						 
					 
					
						
						
							
							Prepare 4.1.0 release ( #1464 )  
						
						
						
						
							
 
						
					 
					
						2024-10-04 17:00:33 -04:00 
						 
				 
			
				
					
						
							
							
								Eman Resu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a11fb02296 
							
						 
					 
					
						
						
							
							restore action's README now references v4 instead of v3 ( #1445 )  
						
						... 
						
						
						
						Co-authored-by: Josh Gross <joshmgross@github.com> 
						
						
							
						
					 
					
						2024-10-03 14:58:28 -04:00 
						 
				 
			
				
					
						
							
							
								mackey0225 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cf7a75e7b9 
							
						 
					 
					
						
						
							
							Fix typo: depening -> depending ( #1462 )  
						
						... 
						
						
						
						Co-authored-by: Josh Gross <joshmgross@github.com> 
						
						
							
						
					 
					
						2024-10-03 18:56:27 +00: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 
						 
				 
			
				
					
						
							
							
								Joel Ambass 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f8a7ab490b 
							
						 
					 
					
						
						
							
							Merge pull request  #1463  from actions/Jcambass-patch-1  
						
						... 
						
						
						
						Add workflow file for publishing releases to immutable action package 
						
						
							
						
					 
					
						2024-10-03 14:08:27 +02:00 
						 
				 
			
				
					
						
							
							
								Joel Ambass 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							45b7be0774 
							
						 
					 
					
						
						
							
							Add workflow file for publishing releases to immutable action package  
						
						... 
						
						
						
						This workflow file publishes new action releases to the immutable action package of the same name as this repo.
This is part of the Immutable Actions project which is not yet fully released to the public. First party actions like this one are part of our initial testing of this feature. 
						
						
							
						
					 
					
						2024-10-03 08:51:30 +02:00 
						 
				 
			
				
					
						
							
							
								Bassem Dghaidi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							81382a721f 
							
						 
					 
					
						
						
							
							Merge pull request  #1311  from todgru/todgru/v4-documentation-update  
						
						... 
						
						
						
						docs: update examples to v4 
						
						
							
						
					 
					
						2024-08-14 12:13:33 +02:00 
						 
				 
			
				
					
						
							
							
								Bassem Dghaidi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c4ee99a3bd 
							
						 
					 
					
						
						
							
							Merge branch 'main' into todgru/v4-documentation-update  
						
						
						
						
							
						
					 
					
						2024-08-14 12:09:56 +02: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 
						 
				 
			
				
					
						
							
							
								r4mimu 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							40c3b67b29 
							
						 
					 
					
						
						
							
							Fix cache-hit output when cache missed ( #1404 )  
						
						... 
						
						
						
						* fix: cache-hit output
* fix: Output chache hit timing
* fix: Output chache hit timing
---------
Co-authored-by: Josh Gross <joshmgross@github.com> 
						
						
							
						
					 
					
						2024-07-31 16:56:48 +00:00 
						 
				 
			
				
					
						
							
							
								Oleg A. 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e47d9f9ec8 
							
						 
					 
					
						
						
							
							Explicit use bash for Windows ( #1377 )  
						
						... 
						
						
						
						Co-authored-by: Josh Gross <joshmgross@github.com> 
						
						
							
						
					 
					
						2024-07-31 16:52:21 +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 
						 
				 
			
				
					
						
							
							
								todgru 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bf9a7572fe 
							
						 
					 
					
						
						
							
							Merge branch 'main' into todgru/v4-documentation-update  
						
						
						
						
							
						
					 
					
						2024-04-24 07:24:11 -07:00 
						 
				 
			
				
					
						
							
							
								Bethany 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0c45773b62 
							
						 
					 
					
						
						
							
							Merge pull request  #1327  from cdce8p/fix-fail-on-cache-miss  
						
						... 
						
						
						
						Fix `fail-on-cache-miss` not working 
						
						
							
 
						
					 
					
						2024-03-19 09:31:49 -04:00 
						 
				 
			
				
					
						
							
							
								Marc Mueller 
							
						 
					 
					
						
						
						
						
							
						
						
							8a55f839aa 
							
						 
					 
					
						
						
							
							Add test case for process exit  
						
						... 
						
						
						
						Co-authored-by: Bethany <bethanyj28@users.noreply.github.com> 
						
						
							
						
					 
					
						2024-03-19 09:28:12 +01:00 
						 
				 
			
				
					
						
							
							
								Marc Mueller 
							
						 
					 
					
						
						
						
						
							
						
						
							3884cace14 
							
						 
					 
					
						
						
							
							Bump version  
						
						
						
						
							
						
					 
					
						2024-03-01 07:28:18 +01:00 
						 
				 
			
				
					
						
							
							
								Marc Mueller 
							
						 
					 
					
						
						
						
						
							
						
						
							e29dad3e36 
							
						 
					 
					
						
						
							
							Fix fail-on-cache-miss not working  
						
						
						
						
							
						
					 
					
						2024-03-01 07:28:18 +01:00 
						 
				 
			
				
					
						
							
							
								Bethany 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ab5e6d0c87 
							
						 
					 
					
						
						
							
							Merge pull request  #1341  from bethanyj28/main  
						
						... 
						
						
						
						Update @actions/cache 
						
						
							
 
						
					 
					
						2024-02-29 13:25:25 -05:00 
						 
				 
			
				
					
						
							
							
								bethanyj28 
							
						 
					 
					
						
						
						
						
							
						
						
							89c7d86c71 
							
						 
					 
					
						
						
							
							licensed cache  
						
						
						
						
							
						
					 
					
						2024-02-29 13:17:11 -05:00 
						 
				 
			
				
					
						
							
							
								bethanyj28 
							
						 
					 
					
						
						
						
						
							
						
						
							d2c84da363 
							
						 
					 
					
						
						
							
							update @actions/cache  
						
						
						
						
							
						
					 
					
						2024-02-29 13:11:38 -05:00 
						 
				 
			
				
					
						
							
							
								Bethany 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							37e7d4eb16 
							
						 
					 
					
						
						
							
							Merge pull request  #1340  from actions/bethanyj28/update-publish-flow  
						
						... 
						
						
						
						Update actions/cache publish flow 
						
						
							
						
					 
					
						2024-02-29 10:13:02 -05:00 
						 
				 
			
				
					
						
							
							
								Bethany 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a18323f504 
							
						 
					 
					
						
						
							
							add release action  
						
						
						
						
							
						
					 
					
						2024-02-29 09:43:02 -05:00 
						 
				 
			
				
					
						
							
							
								todgru 
							
						 
					 
					
						
						
						
						
							
						
						
							104f95683b 
							
						 
					 
					
						
						
							
							update documentation to use <action>@v4  
						
						
						
						
							
						
					 
					
						2024-01-26 14:08:22 -08:00 
						 
				 
			
				
					
						
							
							
								Yang Cao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a2ed59d39b 
							
						 
					 
					
						
						
							
							Merge pull request  #1305  from actions/yacaovsnc/update_examples  
						
						... 
						
						
						
						Update examples 
						
						
							
						
					 
					
						2024-01-17 11:44:48 -05:00 
						 
				 
			
				
					
						
							
							
								Yang Cao 
							
						 
					 
					
						
						
						
						
							
						
						
							dc88ab52d7 
							
						 
					 
					
						
						
							
							Update examples  
						
						
						
						
							
						
					 
					
						2024-01-17 11:42:01 -05:00 
						 
				 
			
				
					
						
							
							
								Yang Cao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1d78355196 
							
						 
					 
					
						
						
							
							Merge pull request  #1304  from actions/yacaovsnc/update_readme  
						
						... 
						
						
						
						Update README.md 
						
						
							
						
					 
					
						2024-01-17 11:35:20 -05:00 
						 
				 
			
				
					
						
							
							
								Yang Cao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c36458f13b 
							
						 
					 
					
						
						
							
							Update README.md  
						
						
						
						
							
						
					 
					
						2024-01-17 11:31:56 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Herley 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							13aacd865c 
							
						 
					 
					
						
						
							
							Merge pull request  #1242  from to-s/main  
						
						... 
						
						
						
						feat: save-always flag 
						
						
							
 
						
					 
					
						2024-01-16 14:54:22 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Herley 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							53b35c5439 
							
						 
					 
					
						
						
							
							Merge branch 'main' into main  
						
						
						
						
							
						
					 
					
						2024-01-16 14:51:14 -05:00 
						 
				 
			
				
					
						
							
							
								Yang Cao 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							65b8989fab 
							
						 
					 
					
						
						
							
							Merge pull request  #1284  from takost/update-to-node-20  
						
						... 
						
						
						
						Update action to node20 
						
						
							
						
					 
					
						2024-01-16 10:16:06 -05:00 
						 
				 
			
				
					
						
							
							
								Tatyana Kostromskaya 
							
						 
					 
					
						
						
						
						
							
						
						
							d0be34d544 
							
						 
					 
					
						
						
							
							Fix dist  
						
						
						
						
							
						
					 
					
						2024-01-15 14:19:39 +00:00 
						 
				 
			
				
					
						
							
							
								Tatyana Kostromskaya 
							
						 
					 
					
						
						
						
						
							
						
						
							66cf064d47 
							
						 
					 
					
						
						
							
							Merge branch 'main' into update-to-node-20  
						
						
						
						
							
						
					 
					
						2024-01-15 14:13:28 +00:00 
						 
				 
			
				
					
						
							
							
								Rob Herley 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1326563738 
							
						 
					 
					
						
						
							
							Merge branch 'main' into main  
						
						
						
						
							
						
					 
					
						2024-01-11 15:19:28 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Herley 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e12d46a63a 
							
						 
					 
					
						
						
							
							Merge pull request  #1302  from actions/robherley/v3.3.3  
						
						... 
						
						
						
						Cache v3.3.3 
						
						
							
 
						
					 
					
						2024-01-11 11:38:08 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Herley 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1baebfc3ba 
							
						 
					 
					
						
						
							
							licensed  
						
						
						
						
							
						
					 
					
						2024-01-11 10:45:45 -05:00 
						 
				 
			
				
					
						
							
							
								Rob Herley 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							eb94f1a6bf 
							
						 
					 
					
						
						
							
							cache v3.3.3  
						
						
						
						
							
						
					 
					
						2024-01-11 10:37:08 -05:00 
						 
				 
			
				
					
						
							
							
								Tatyana Kostromskaya 
							
						 
					 
					
						
						
						
						
							
						
						
							e71876755e 
							
						 
					 
					
						
						
							
							Fix format  
						
						
						
						
							
						
					 
					
						2024-01-10 15:40:24 +00:00 
						 
				 
			
				
					
						
							
							
								Tatyana Kostromskaya 
							
						 
					 
					
						
						
						
						
							
						
						
							01229828ff 
							
						 
					 
					
						
						
							
							Apply workaround for earlyExit  
						
						
						
						
							
						
					 
					
						2024-01-10 15:36:58 +00:00 
						 
				 
			
				
					
						
							
							
								Tatyana Kostromskaya 
							
						 
					 
					
						
						
						
						
							
						
						
							3185ecfd61 
							
						 
					 
					
						
						
							
							Update "only-" actions to node20  
						
						
						
						
							
						
					 
					
						2024-01-10 15:00:25 +00:00 
						 
				 
			
				
					
						
							
							
								Tatyana Kostromskaya 
							
						 
					 
					
						
						
						
						
							
						
						
							25618a0a67 
							
						 
					 
					
						
						
							
							Bump version  
						
						
						
						
							
						
					 
					
						2024-01-10 14:37:39 +00:00 
						 
				 
			
				
					
						
							
							
								Tatyana Kostromskaya 
							
						 
					 
					
						
						
						
						
							
						
						
							a0a285ffd4 
							
						 
					 
					
						
						
							
							replace deprecated @zeit/ncc with @vercel/ncc  
						
						
						
						
							
						
					 
					
						2023-12-15 11:00:48 +00:00 
						 
				 
			
				
					
						
							
							
								Tatyana Kostromskaya 
							
						 
					 
					
						
						
						
						
							
						
						
							b00bedba4a 
							
						 
					 
					
						
						
							
							Update license  
						
						
						
						
							
						
					 
					
						2023-12-15 10:37:48 +00:00 
						 
				 
			
				
					
						
							
							
								Tatyana Kostromskaya 
							
						 
					 
					
						
						
						
						
							
						
						
							99d573b49d 
							
						 
					 
					
						
						
							
							Rebuild dist  
						
						
						
						
							
						
					 
					
						2023-12-15 10:17:02 +00:00 
						 
				 
			
				
					
						
							
							
								Tatyana Kostromskaya 
							
						 
					 
					
						
						
						
						
							
						
						
							6f0a1fdd90 
							
						 
					 
					
						
						
							
							Update check-dist node version  
						
						
						
						
							
						
					 
					
						2023-12-14 15:30:15 +00:00 
						 
				 
			
				
					
						
							
							
								Tatyana Kostromskaya 
							
						 
					 
					
						
						
						
						
							
						
						
							2001ca4114 
							
						 
					 
					
						
						
							
							Update action to node20  
						
						
						
						
							
						
					 
					
						2023-11-20 13:30:40 +00:00 
						 
				 
			
				
					
						
							
							
								to-s 
							
						 
					 
					
						
						
						
						
							
						
						
							0e9aed0d0d 
							
						 
					 
					
						
						
							
							Revert "Update action.yml"  
						
						... 
						
						
						
						This reverts commit 3b7dac178930b57d9cbc4851053f927571e65979. 
						
						
							
						
					 
					
						2023-11-09 00:31:17 +01:00 
						 
				 
			
				
					
						
							
							
								to-s 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3b7dac1789 
							
						 
					 
					
						
						
							
							Update action.yml  
						
						... 
						
						
						
						Co-authored-by: Tomasz Janiszewski <janiszt@gmail.com> 
						
						
							
						
					 
					
						2023-11-06 07:23:38 +01:00 
						 
				 
			
				
					
						
							
							
								to-s 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b1378c8403 
							
						 
					 
					
						
						
							
							added save-always input  
						
						
						
						
							
						
					 
					
						2023-09-13 13:58:52 +02:00 
						 
				 
			
				
					
						
							
							
								Bethany 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							704facf57e 
							
						 
					 
					
						
						
							
							Merge pull request  #1236  from actions/bethanyj28/bump-version  
						
						... 
						
						
						
						Bump action version to 3.3.2 
						
						
							
 
						
					 
					
						2023-09-07 16:31:19 -04:00