mirror of
				https://code.forgejo.org/actions/cache.git
				synced 2025-11-04 06:19:11 +00:00 
			
		
		
		
	Merge 9efb3f33bc into 5a3ec84eff
				
					
				
			This commit is contained in:
		
						commit
						8db6ac0162
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -209,6 +209,9 @@ A cache key can include any of the contexts, functions, literals, and operators
 | 
			
		|||
 | 
			
		||||
For example, using the [`hashFiles`](https://docs.github.com/en/actions/learn-github-actions/expressions#hashfiles) function allows you to create a new cache when dependencies change.
 | 
			
		||||
 | 
			
		||||
> [!NOTE]  
 | 
			
		||||
> The cache key is rendered during the restore stage, so can only depend on file state at that stage.
 | 
			
		||||
 | 
			
		||||
```yaml
 | 
			
		||||
  - uses: actions/cache@v4
 | 
			
		||||
    with:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue