mirror of
				https://github.com/actions/cache.git
				synced 2025-10-31 16:54:01 +00:00 
			
		
		
		
	update examples.md for Bun v1.2 lockfile format
Bun v1.2 now uses the text-based `bun.lock` as its default lockfile format. Adjusted the action-cache examples to reference and cache `bun.lock` instead of the previous binary format.
This commit is contained in:
		
							parent
							
								
									640a1c2554
								
							
						
					
					
						commit
						27fcad5e66
					
				| @ -49,7 +49,7 @@ | ||||
|   with: | ||||
|     path: | | ||||
|       ~/.bun/install/cache | ||||
|     key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }} | ||||
|     key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }} | ||||
| ``` | ||||
| 
 | ||||
| ### Windows | ||||
| @ -59,7 +59,7 @@ | ||||
|   with: | ||||
|     path: | | ||||
|       ~\.bun | ||||
|     key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }} | ||||
|     key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }} | ||||
| ``` | ||||
| 
 | ||||
| ## C# - NuGet | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user