Skip to content

Commit

Permalink
Merge pull request #14 from tomsquest/renovate/oven-sh-setup-bun-2.x
Browse files Browse the repository at this point in the history
chore(deps): update oven-sh/setup-bun action to v2
  • Loading branch information
tomsquest authored Jun 24, 2024
2 parents 653122a + 2f232e8 commit 252ac7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun check:prettier
- run: bun check:lint
Expand Down

0 comments on commit 252ac7a

Please sign in to comment.