mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 15:48:39 +08:00 
			
		
		
		
	Merge bace1e956c into 5a3ec84eff
				
					
				
			This commit is contained in:
		
						commit
						c009807631
					
				| 
						 | 
					@ -49,7 +49,7 @@
 | 
				
			||||||
  with:
 | 
					  with:
 | 
				
			||||||
    path: |
 | 
					    path: |
 | 
				
			||||||
      ~/.bun/install/cache
 | 
					      ~/.bun/install/cache
 | 
				
			||||||
    key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
 | 
					    key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Windows
 | 
					### Windows
 | 
				
			||||||
| 
						 | 
					@ -59,7 +59,7 @@
 | 
				
			||||||
  with:
 | 
					  with:
 | 
				
			||||||
    path: |
 | 
					    path: |
 | 
				
			||||||
      ~\.bun
 | 
					      ~\.bun
 | 
				
			||||||
    key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
 | 
					    key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## C# - NuGet
 | 
					## C# - NuGet
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user