Merge pull request #1722 from RyPeck/patch-1
Code scanning / CodeQL-Build (push) Failing after 6m40s
Tests / test-save (ubuntu-latest) (push) Successful in 6m49s
Tests / test-proxy-save (push) Failing after 8m19s
Tests / test-proxy-restore (push) Has been skipped
License check / Check licenses (push) Has been cancelled
Tests / build (macOS-latest) (push) Has been cancelled
Tests / build (windows-latest) (push) Has been cancelled
Tests / test-save (macOS-latest) (push) Has been cancelled
Tests / test-save (windows-latest) (push) Has been cancelled
Tests / test-restore (macOS-latest) (push) Has been cancelled
Tests / test-restore (ubuntu-latest) (push) Has been cancelled
Tests / build (ubuntu-latest) (push) Has been cancelled
Tests / test-restore (windows-latest) (push) Has been cancelled

Fix cache key in examples.md for bun.lock
This commit is contained in:
Ryan Ghadimi
2026-02-24 14:21:04 +00:00
committed by GitHub
+2 -2
View File
@@ -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