Merge pull request #49 from C4illin/dependabot/github_actions/oven-sh/setup-bun-2

build(deps): bump oven-sh/setup-bun from 1 to 2
This commit is contained in:
Emrik Östling 2024-06-24 11:44:01 +02:00 committed by GitHub
commit baa7ea40e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ jobs:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0