mirror of
https://github.com/actions/cache.git
synced 2025-08-22 16:46:10 +00:00
Merge 27fcad5e66868b339731d3ebe30dd9d4694667a2 into 640a1c2554105b57832a23eea0b4672fc7a790d5
This commit is contained in:
commit
9f53cc0782
@ -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