Skip to content

Commit

Permalink
Merge pull request #236 from Cap-go/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
riderx authored Oct 11, 2024
2 parents edcd868 + cd04291 commit 595add0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup bun
uses: oven-sh/setup-bun@v1
uses: oven-sh/setup-bun@v2
with:
bun-version: latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup bun
uses: oven-sh/setup-bun@v1
uses: oven-sh/setup-bun@v2
with:
bun-version: latest

Expand Down

0 comments on commit 595add0

Please sign in to comment.