Skip to content

Commit

Permalink
Merge pull request #24 from olibos/renovate/oven-sh-setup-bun-2.x
Browse files Browse the repository at this point in the history
Update oven-sh/setup-bun action to v2
  • Loading branch information
olibos authored Oct 4, 2024
2 parents 2ead365 + 3ac9f84 commit a862360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
- name: Install dependencies
working-directory: src
run: bun install
Expand Down

0 comments on commit a862360

Please sign in to comment.