mirror of https://gitea.com/actions/cache.git
Compare commits
No commits in common. "565629816435f6c0b50676926c9b05c254113c0c" and "b7e8d49f17405cc70c1c120101943203c98d3a4b" have entirely different histories.
5656298164
...
b7e8d49f17
|
|
@ -49,7 +49,7 @@
|
|||
with:
|
||||
path: |
|
||||
~/.bun/install/cache
|
||||
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
|
||||
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
|
||||
```
|
||||
|
||||
### Windows
|
||||
|
|
@ -59,7 +59,7 @@
|
|||
with:
|
||||
path: |
|
||||
~\.bun
|
||||
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
|
||||
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
|
||||
```
|
||||
|
||||
## C# - NuGet
|
||||
|
|
|
|||
Loading…
Reference in New Issue