mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 15:48:39 +08:00 
			
		
		
		
	Merge remote-tracking branch 'upstream/master' into renv-examples
This commit is contained in:
		
						commit
						ef8190e909
					
				| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
# cache
 | 
			
		||||
 | 
			
		||||
This GitHub Action allows caching dependencies and build outputs to improve workflow execution time.
 | 
			
		||||
This action allows caching dependencies and build outputs to improve workflow execution time.
 | 
			
		||||
 | 
			
		||||
<a href="https://github.com/actions/cache/actions?query=workflow%3ATests"><img alt="GitHub Actions status" src="https://github.com/actions/cache/workflows/Tests/badge.svg?branch=master&event=push"></a>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
name: 'Cache'
 | 
			
		||||
description: 'Cache dependencies and build outputs to improve workflow execution time'
 | 
			
		||||
name: 'Cache Artifacts'
 | 
			
		||||
description: 'Cache artifacts like dependencies and build outputs to improve workflow execution time'
 | 
			
		||||
author: 'GitHub'
 | 
			
		||||
inputs:
 | 
			
		||||
  path:
 | 
			
		||||
| 
						 | 
				
			
			@ -21,4 +21,4 @@ runs:
 | 
			
		|||
  post-if: 'success()'
 | 
			
		||||
branding:
 | 
			
		||||
  icon: 'archive'
 | 
			
		||||
  color: 'gray-dark'
 | 
			
		||||
  color: 'gray-dark'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user