mirror of
https://github.com/Kizuren/uLinkShortener.git
synced 2025-12-21 21:16:17 +01:00
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:
commit
fb5459f274
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue