Skip to content

Commit

Permalink
Merge branch 'main' of github.com:gmickel/turborepo-shadcn-nextjs
Browse files Browse the repository at this point in the history
* 'main' of github.com:gmickel/turborepo-shadcn-nextjs:
  chore(deps): bump actions/checkout from 3 to 4
  chore(deps): bump oven-sh/setup-bun from 1 to 2
  • Loading branch information
gmickel committed Jul 7, 2024
2 parents 4882490 + aac63ea commit b498cd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
Expand Down

0 comments on commit b498cd6

Please sign in to comment.