Compare commits

..

1 Commits

Author SHA1 Message Date
Karl Horky
bffb663af6
Merge 0e22a2cc98 into b7e8d49f17 2026-02-02 13:29:23 +09:00

View File

@ -50,7 +50,7 @@
with: with:
path: | path: |
~/.bun/install/cache ~/.bun/install/cache
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }} key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
``` ```
### Windows ### Windows
@ -60,7 +60,7 @@
with: with:
path: | path: |
~\.bun ~\.bun
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }} key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
``` ```
## C# - NuGet ## C# - NuGet