mirror of
				https://github.com/actions/cache.git
				synced 2025-10-31 20:08:36 +08:00 
			
		
		
		
	track v1 instead of v1.1.2
Co-Authored-By: Josh Gross <joshmgross@github.com>
This commit is contained in:
		
							parent
							
								
									113abe8d3f
								
							
						
					
					
						commit
						993e7810d0
					
				|  | @ -176,7 +176,7 @@ Esy allows you to export built dependencies and import pre-built dependencies. | ||||||
| ```yaml | ```yaml | ||||||
|     - name: Restore Cache |     - name: Restore Cache | ||||||
|       id: restore-cache |       id: restore-cache | ||||||
|       uses: actions/cache@v1.1.2 |       uses: actions/cache@v1 | ||||||
|       with: |       with: | ||||||
|         path: _export |         path: _export | ||||||
|         key:  ${{ runner.os }}-esy-${{ hashFiles('esy.lock/index.json') }} |         key:  ${{ runner.os }}-esy-${{ hashFiles('esy.lock/index.json') }} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Sacha Ayoun
						Sacha Ayoun