Compare commits

..

1 Commits

Author SHA1 Message Date
Pascal Grange
eed3feaae6
Merge b8dd3ecee2 into b7e8d49f17 2026-02-18 09:32:03 +01:00

View File

@ -49,7 +49,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
@ -59,7 +59,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