Skip to content

Commit

Permalink
Merge pull request #26 from seh-GAH-toh/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
seh-GAH-toh authored Jul 16, 2024
2 parents d07a4e5 + bf6c51d commit 2d1371d
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-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Bun Runtime
uses: oven-sh/setup-bun@v1
uses: oven-sh/setup-bun@v2

- name: Install Vercel CLI
run: bun install --global vercel@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Bun Runtime
uses: oven-sh/setup-bun@v1
uses: oven-sh/setup-bun@v2

- name: Install Vercel CLI
run: bun install --global vercel@latest
Expand Down

0 comments on commit 2d1371d

Please sign in to comment.