From edb3d01d4f6d28a46a0a40edcd0a0509768fa570 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 27 Mar 2026 19:16:40 +0100 Subject: [PATCH] chore(deps): update oven-sh/setup-bun action to v2.2.0 (#104) 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 | minor | `v2.1.3` → `v2.2.0` | --- ### Release Notes
oven-sh/setup-bun (oven-sh/setup-bun) ### [`v2.2.0`](https://github.com/oven-sh/setup-bun/releases/tag/v2.2.0) [Compare Source](https://github.com/oven-sh/setup-bun/compare/v2.1.3...v2.2.0) `oven-sh/setup-bun` is the github action for setting up Bun. #### What's Changed - build: update action runtime to Node.js 24 by [@​adam0white](https://github.com/adam0white) in [#​176](https://github.com/oven-sh/setup-bun/pull/176) - ci: use `actions/checkout@v6.0.2` in the test workflow by [@​tcely](https://github.com/tcely) in [#​173](https://github.com/oven-sh/setup-bun/pull/173) - ci: update actions for the `autofix.ci` workflow by [@​tcely](https://github.com/tcely) in [#​174](https://github.com/oven-sh/setup-bun/pull/174) - ci: update actions for the `Release new action version` workflow by [@​tcely](https://github.com/tcely) in [#​175](https://github.com/oven-sh/setup-bun/pull/175) - release: v2.2.0 by [@​xhyrom](https://github.com/xhyrom) in [#​177](https://github.com/oven-sh/setup-bun/pull/177) #### New Contributors - [@​adam0white](https://github.com/adam0white) made their first contribution in [#​176](https://github.com/oven-sh/setup-bun/pull/176) - [@​tcely](https://github.com/tcely) made their first contribution in [#​173](https://github.com/oven-sh/setup-bun/pull/173) **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://gitea.t000-n.de/t.behrendt/ts3gotify/pulls/104 Reviewed-by: t.behrendt Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/cd.yaml | 2 +- .gitea/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index 4a98e97..6147674 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -24,7 +24,7 @@ jobs: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461 # v2.1.3 + - uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0 with: bun-version-file: ".bun-version" diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index e2944e6..b705513 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461 # v2.1.3 + - uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0 with: bun-version-file: ".bun-version"