Skip to content

Commit 1df8115

Browse files
chore(deps): update oven-sh/setup-bun action to v2 (#9729)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4578742 commit 1df8115

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ runs:
7070
node-version-file: 'package.json'
7171
cache: 'pnpm'
7272

73-
- uses: oven-sh/setup-bun@v1
73+
- uses: oven-sh/setup-bun@v2
7474
with:
7575
bun-version: latest
7676

.github/workflows/perf-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
registry-url: 'https://registry.npmjs.org'
4646
node-version-file: 'package.json'
4747
cache: 'pnpm'
48-
- uses: oven-sh/setup-bun@v1
48+
- uses: oven-sh/setup-bun@v2
4949
with:
5050
bun-version: latest
5151
- name: Get Browser Flags

.github/workflows/perf-over-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
registry-url: 'https://registry.npmjs.org'
4646
node-version-file: 'package.json'
4747
cache: 'pnpm'
48-
- uses: oven-sh/setup-bun@v1
48+
- uses: oven-sh/setup-bun@v2
4949
with:
5050
bun-version: latest
5151
- name: Get Browser Flags

0 commit comments

Comments
 (0)