Skip to content

Commit

Permalink
chore: move to latest version of oven-sh/setup-bun action (v2)
Browse files Browse the repository at this point in the history
  • Loading branch information
wincent committed Sep 10, 2024
1 parent fd81178 commit b979080
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
- name: bun
run: bun install --frozen-lockfile
- name: bun format:check
Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
- name: bun
run: bun install --frozen-lockfile
- name: bun lint
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
- name: bun
run: bun install --frozen-lockfile
- name: bun tsc
Expand All @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: supercharge/[email protected]
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
- name: bun
run: bun install --frozen-lockfile
- name: bun test
Expand Down

0 comments on commit b979080

Please sign in to comment.