Skip to content

Commit

Permalink
chore: use latest bun version (#20634)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati authored Dec 8, 2024
1 parent 2338ba5 commit 675a0a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ jobs:
- uses: pnpm/action-setup@v3
with:
version: '8.3.1'
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
with:
bun-version: '1.0.7'
bun-version: 'latest'
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 675a0a9

Please # to comment.