Skip to content

Commit 4e380d1

Browse files
authored
Fix cache key in examples.md for bun.lock
Updated cache key to use 'bun.lock' instead of 'bun.lockb' for consistency.
1 parent b7e8d49 commit 4e380d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
with:
5050
path: |
5151
~/.bun/install/cache
52-
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
52+
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
5353
```
5454
5555
### Windows
@@ -59,7 +59,7 @@
5959
with:
6060
path: |
6161
~\.bun
62-
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
62+
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
6363
```
6464
6565
## C# - NuGet

0 commit comments

Comments
 (0)