Skip to content

Commit

Permalink
Merge pull request #31 from vermaysha/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
vermaysha authored Jun 24, 2024
2 parents 03d137f + b69e529 commit 74cf07a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
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/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- 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 74cf07a

Please sign in to comment.