From dbc75564bf32aae0f2d0af7f88cf4fb311e9267f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 3 Oct 2025 18:21:25 +0200 Subject: [PATCH] Update oven-sh/setup-bun action to v2 (#10) 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/effect-fc/pulls/10 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/lint.yaml | 2 +- .gitea/workflows/publish.yaml | 2 +- .gitea/workflows/test-build.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index 72b820a..23ec02e 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Bun - uses: oven-sh/setup-bun@v1 + uses: oven-sh/setup-bun@v2 - name: Clone repo uses: actions/checkout@v5 - name: Install dependencies diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 04dc52c..9f22ef3 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Bun - uses: oven-sh/setup-bun@v1 + uses: oven-sh/setup-bun@v2 - name: Clone repo uses: actions/checkout@v5 - name: Install dependencies diff --git a/.gitea/workflows/test-build.yaml b/.gitea/workflows/test-build.yaml index 5967d6e..3ff60d7 100644 --- a/.gitea/workflows/test-build.yaml +++ b/.gitea/workflows/test-build.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup Bun - uses: oven-sh/setup-bun@v1 + uses: oven-sh/setup-bun@v2 - name: Setup Node uses: actions/setup-node@v5 with: