mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 15:48:39 +08:00 
			
		
		
		
	Update "only-" actions to node20
This commit is contained in:
		
							parent
							
								
									25618a0a67
								
							
						
					
					
						commit
						3185ecfd61
					
				| 
						 | 
					@ -31,7 +31,7 @@ outputs:
 | 
				
			||||||
  cache-matched-key:
 | 
					  cache-matched-key:
 | 
				
			||||||
    description: 'Key of the cache that was restored, it could either be the primary key on cache-hit or a partial/complete match of one of the restore keys'
 | 
					    description: 'Key of the cache that was restored, it could either be the primary key on cache-hit or a partial/complete match of one of the restore keys'
 | 
				
			||||||
runs:
 | 
					runs:
 | 
				
			||||||
  using: 'node16'
 | 
					  using: 'node20'
 | 
				
			||||||
  main: '../dist/restore-only/index.js'
 | 
					  main: '../dist/restore-only/index.js'
 | 
				
			||||||
branding:
 | 
					branding:
 | 
				
			||||||
  icon: 'archive'
 | 
					  icon: 'archive'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -16,7 +16,7 @@ inputs:
 | 
				
			||||||
    default: 'false'
 | 
					    default: 'false'
 | 
				
			||||||
    required: false
 | 
					    required: false
 | 
				
			||||||
runs:
 | 
					runs:
 | 
				
			||||||
  using: 'node16'
 | 
					  using: 'node20'
 | 
				
			||||||
  main: '../dist/save-only/index.js'
 | 
					  main: '../dist/save-only/index.js'
 | 
				
			||||||
branding:
 | 
					branding:
 | 
				
			||||||
  icon: 'archive'
 | 
					  icon: 'archive'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user