Skip to content

Commit fa8df6b

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: oven-sh/setup-bun@v1
12+
- uses: oven-sh/setup-bun@v2
1313
- run: bun install
1414
- run: bun eslint
1515
- run: bun test

0 commit comments

Comments
 (0)