From 696822462e75f5341ae7a07d46c663ab713e4e52 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 15 Mar 2026 21:38:47 +0100 Subject: [PATCH] chore(deps): update oven-sh/setup-bun action to v2.1.3 (#100) 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 | Pending | |---|---|---|---|---| | [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun) | action | patch | `v2.1.2` → `v2.1.3` | `v2.2.0` | --- ### Release Notes
oven-sh/setup-bun (oven-sh/setup-bun) ### [`v2.1.3`](https://github.com/oven-sh/setup-bun/releases/tag/v2.1.3) [Compare Source](https://github.com/oven-sh/setup-bun/compare/v2.1.2...v2.1.3) `oven-sh/setup-bun` is the github action for setting up Bun. #### What's Changed - perf: avoid unnecessary api calls by [@​xhyrom](https://github.com/xhyrom) in [#​161](https://github.com/oven-sh/setup-bun/pull/161) - feat: add bun- prefix to cache keys by [@​maschwenk](https://github.com/maschwenk) in [#​160](https://github.com/oven-sh/setup-bun/pull/160) - fix: use native Windows ARM64 binary for Bun >= 1.3.10 by [@​oddrationale](https://github.com/oddrationale) in [#​165](https://github.com/oven-sh/setup-bun/pull/165) - feat: add AVX2 support detection for x64 Linux systems by [@​GoForceX](https://github.com/GoForceX) in [#​167](https://github.com/oven-sh/setup-bun/pull/167) - fix: validate cached binary version matches requested version ([#​146](https://github.com/oven-sh/setup-bun/issues/146)) by [@​wyMinLwin](https://github.com/wyMinLwin) in [#​169](https://github.com/oven-sh/setup-bun/pull/169) - release: v2.1.3 by [@​xhyrom](https://github.com/xhyrom) in [#​170](https://github.com/oven-sh/setup-bun/pull/170) #### New Contributors - [@​oddrationale](https://github.com/oddrationale) made their first contribution in [#​165](https://github.com/oven-sh/setup-bun/pull/165) - [@​GoForceX](https://github.com/GoForceX) made their first contribution in [#​167](https://github.com/oven-sh/setup-bun/pull/167) - [@​wyMinLwin](https://github.com/wyMinLwin) made their first contribution in [#​169](https://github.com/oven-sh/setup-bun/pull/169) **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/100 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 ed00439..731ab97 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@3d267786b128fe76c2f16a390aa2448b815359f3 # v2.1.2 + - uses: oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461 # v2.1.3 with: bun-version-file: ".bun-version" diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index cde7373..e2944e6 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@3d267786b128fe76c2f16a390aa2448b815359f3 # v2.1.2 + - uses: oven-sh/setup-bun@ecf28ddc73e819eb6fa29df6b34ef8921c743461 # v2.1.3 with: bun-version-file: ".bun-version"