Merge pull request #16 from Kizuren/dependabot/github_actions/oven-sh/setup-bun-2

Bump oven-sh/setup-bun from 1 to 2
This commit is contained in:
Kizuren 2025-08-04 00:53:29 +02:00 committed by GitHub
commit fb5459f274
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ jobs:
with: with:
ref: ${{ github.head_ref }} ref: ${{ github.head_ref }}
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
- uses: oven-sh/setup-bun@v1 - uses: oven-sh/setup-bun@v2
- name: Install and update lockfile - name: Install and update lockfile
run: bun install run: bun install
- name: Commit and push updated lockfile - name: Commit and push updated lockfile