Skip to content

Commit

Permalink
chore(deps): update oven-sh/setup-bun action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent be3e252 commit 8ce1ddf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run lint
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run build
- run: bun run zip
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# ここからリリース発行後の処理
- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
if: ${{ steps.release.outputs.release_created }}
- run: bun install
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 8ce1ddf

Please sign in to comment.