From db5d78dda119b22c01faff6310557c3a683e8036 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 18 Sep 2025 01:55:20 +0200 Subject: [PATCH] Update oven-sh/setup-bun action to v2 (#6) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun) | action | major | `v1` -> `v2` | --- ### Release Notes
oven-sh/setup-bun (oven-sh/setup-bun) ### [`v2`](https://github.com/oven-sh/setup-bun/releases/tag/v2) [Compare Source](https://github.com/oven-sh/setup-bun/compare/v1...v2) `oven-sh/setup-bun` is the github action for setting up Bun. This release introduces support for the `bun-version-file` option, fixes [#​79](https://github.com/oven-sh/setup-bun/issues/79), and adds bun paths & urls to the output ([#​81](https://github.com/oven-sh/setup-bun/issues/81)) For more information, see [#​76](https://github.com/oven-sh/setup-bun/pull/76) by [@​adeherysh](https://github.com/adeherysh) and [#​80](https://github.com/oven-sh/setup-bun/pull/80) by [@​xHyroM](https://github.com/xHyroM) :tada: **Full Changelog**:
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.valverde.cloud/Thilawyn/website/pulls/6 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index 4b780e7..1b8ca47 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Bun - uses: oven-sh/setup-bun@v1 + uses: oven-sh/setup-bun@v2 - name: Set up Node uses: actions/setup-node@v5 with: