mirror of
				https://github.com/actions/cache.git
				synced 2025-10-30 10:38:41 +08:00 
			
		
		
		
	Merge pull request #1642 from actions/GhadimiR-patch-1
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Tests / test-proxy-save (push) Failing after 19s
				
			
		
			
				
	
				Tests / test-proxy-restore (push) Has been skipped
				
			
		
			
				
	
				Licensed / Check licenses (push) Failing after 1m12s
				
			
		
			
				
	
				Code scanning - action / CodeQL-Build (push) Failing after 2m55s
				
			
		
			
				
	
				Tests / build (ubuntu-latest) (push) Failing after 6m15s
				
			
		
			
				
	
				Tests / test-save (ubuntu-latest) (push) Successful in 9m43s
				
			
		
			
				
	
				Tests / build (macOS-latest) (push) Has been cancelled
				
			
		
			
				
	
				Tests / build (windows-latest) (push) Has been cancelled
				
			
		
			
				
	
				Tests / test-save (macOS-latest) (push) Has been cancelled
				
			
		
			
				
	
				Tests / test-save (windows-latest) (push) Has been cancelled
				
			
		
			
				
	
				Tests / test-restore (macOS-latest) (push) Has been cancelled
				
			
		
			
				
	
				Tests / test-restore (ubuntu-latest) (push) Has been cancelled
				
			
		
			
				
	
				Tests / test-restore (windows-latest) (push) Has been cancelled
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Tests / test-proxy-save (push) Failing after 19s
				
			Tests / test-proxy-restore (push) Has been skipped
				
			Licensed / Check licenses (push) Failing after 1m12s
				
			Code scanning - action / CodeQL-Build (push) Failing after 2m55s
				
			Tests / build (ubuntu-latest) (push) Failing after 6m15s
				
			Tests / test-save (ubuntu-latest) (push) Successful in 9m43s
				
			Tests / build (macOS-latest) (push) Has been cancelled
				
			Tests / build (windows-latest) (push) Has been cancelled
				
			Tests / test-save (macOS-latest) (push) Has been cancelled
				
			Tests / test-save (windows-latest) (push) Has been cancelled
				
			Tests / test-restore (macOS-latest) (push) Has been cancelled
				
			Tests / test-restore (ubuntu-latest) (push) Has been cancelled
				
			Tests / test-restore (windows-latest) (push) Has been cancelled
				
			Add note on runner versions
This commit is contained in:
		
						commit
						638ed79f9d
					
				|  | @ -19,16 +19,19 @@ See ["Caching dependencies to speed up workflows"](https://docs.github.com/en/ac | |||
| 
 | ||||
| The cache backend service has been rewritten from the ground up for improved performance and reliability. [actions/cache](https://github.com/actions/cache) now integrates with the new cache service (v2) APIs. | ||||
| 
 | ||||
| The new service will gradually roll out as of **February 1st, 2025**. The legacy service will also be sunset on the same date. Changes in these release are **fully backward compatible**. | ||||
| The new service will gradually roll out as of **February 1st, 2025**. The legacy service will also be sunset on the same date. Changes in these releases are **fully backward compatible**. | ||||
| 
 | ||||
| **We are deprecating some versions of this action**. We recommend upgrading to version `v4` or `v3` as soon as possible before **February 1st, 2025.** (Upgrade instructions below). | ||||
| 
 | ||||
| If you are using pinned SHAs, please use the SHAs of versions `v4.2.0` or `v3.4.0` | ||||
| If you are using pinned SHAs, please use the SHAs of versions `v4.2.0` or `v3.4.0`. | ||||
| 
 | ||||
| If you do not upgrade, all workflow runs using any of the deprecated [actions/cache](https://github.com/actions/cache) will fail. | ||||
| 
 | ||||
| Upgrading to the recommended versions will not break your workflows. | ||||
| 
 | ||||
| > **Additionally, if you are managing your own GitHub runners, you must update your runner version to `2.231.0` or newer to ensure compatibility with the new cache service.**   | ||||
| > Failure to update both the action version and your runner version may result in workflow failures after the migration date. | ||||
| 
 | ||||
| Read more about the change & access the migration guide: [reference to the announcement](https://github.com/actions/cache/discussions/1510). | ||||
| 
 | ||||
| ### v4 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Ryan Ghadimi
						Ryan Ghadimi