ci: drop invalid cache input from setup-bun v2

Remove unsupported 'cache' input from oven-sh/setup-bun@v2 steps to eliminate GitHub Actions warnings about unexpected inputs.
This commit is contained in:
Matthew Breedlove
2026-03-04 18:15:10 -05:00
parent c4d0f4b5ad
commit 591cb60459
-6
View File
@@ -12,8 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
with:
cache: true
- run: bun install
- run: bun tsc --noEmit
- run: bunx eslint . --config eslint.config.js --max-warnings=999999
@@ -24,8 +22,6 @@ jobs:
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
with:
cache: true
- run: bun install
- run: bun test
@@ -36,8 +32,6 @@ jobs:
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
with:
cache: true
- run: bun install
- run: bun run build
- run: test -f dist/ccstatusline.js