mirror of
				https://git.mirrors.martin98.com/https://github.com/actions/cache
				synced 2025-10-31 18:01:07 +08:00 
			
		
		
		
	Update README.md and use v4 of checkout action (#1437)
Update examples to use latest available checkout action v4.
This commit is contained in:
		
							parent
							
								
									0c45773b62
								
							
						
					
					
						commit
						4a28cbc054
					
				
							
								
								
									
										10
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README.md
									
									
									
									
									
								
							| @ -91,7 +91,7 @@ jobs: | |||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
| 
 | 
 | ||||||
|     steps: |     steps: | ||||||
|     - uses: actions/checkout@v3 |     - uses: actions/checkout@v4 | ||||||
| 
 | 
 | ||||||
|     - name: Cache Primes |     - name: Cache Primes | ||||||
|       id: cache-primes |       id: cache-primes | ||||||
| @ -122,7 +122,7 @@ jobs: | |||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
| 
 | 
 | ||||||
|     steps: |     steps: | ||||||
|     - uses: actions/checkout@v3 |     - uses: actions/checkout@v4 | ||||||
| 
 | 
 | ||||||
|     - name: Restore cached Primes |     - name: Restore cached Primes | ||||||
|       id: cache-primes-restore |       id: cache-primes-restore | ||||||
| @ -229,7 +229,7 @@ Example: | |||||||
| 
 | 
 | ||||||
| ```yaml | ```yaml | ||||||
| steps: | steps: | ||||||
|   - uses: actions/checkout@v3 |   - uses: actions/checkout@v4 | ||||||
| 
 | 
 | ||||||
|   - uses: actions/cache@v4 |   - uses: actions/cache@v4 | ||||||
|     id: cache |     id: cache | ||||||
| @ -259,7 +259,7 @@ jobs: | |||||||
|   build-linux: |   build-linux: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v4 | ||||||
| 
 | 
 | ||||||
|       - name: Cache Primes |       - name: Cache Primes | ||||||
|         id: cache-primes |         id: cache-primes | ||||||
| @ -286,7 +286,7 @@ jobs: | |||||||
|   build-windows: |   build-windows: | ||||||
|     runs-on: windows-latest |     runs-on: windows-latest | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v4 | ||||||
| 
 | 
 | ||||||
|       - name: Cache Primes |       - name: Cache Primes | ||||||
|         id: cache-primes |         id: cache-primes | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 P. Ottlinger
						P. Ottlinger