Skip to content

Commit 5156c20

Browse files
committed
ci: use setup-bun built-in cache instead of manual actions/cache
1 parent 61a34c9 commit 5156c20

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/sync-lockfile.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,8 @@ jobs:
2020
fetch-depth: 0
2121

2222
- uses: oven-sh/setup-bun@v2
23-
24-
- uses: actions/cache@v4
2523
with:
26-
path: ~/.bun/install/cache
27-
key: ${{ runner.os }}-bun-${{ hashFiles('bun.lock') }}
28-
restore-keys: ${{ runner.os }}-bun-
24+
cache: true
2925

3026
- run: bun install
3127

0 commit comments

Comments
 (0)