Skip to content

Commit b59aa79

Browse files
committed
ci: upgrade Bun action to v2
1 parent 39da615 commit b59aa79

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@ jobs:
88
runs-on: macos-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
- uses: oven-sh/setup-bun@v1
12-
11+
- uses: oven-sh/setup-bun@v2
1312
- uses: actions/cache@v4
1413
id: playwright-cache
1514
with:
1615
path: /Users/runner/Library/Caches/ms-playwright
17-
key: ${{ runner.os }}-playwright-1.43.0
16+
key: ${{ runner.os }}-playwright-1.45.0
1817

1918
- name: Install dependencies
2019
run: bun install

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
id-token: write
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: oven-sh/setup-bun@v1
14+
- uses: oven-sh/setup-bun@v2
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: "20.x"

0 commit comments

Comments
 (0)