chore(deps): update oven-sh/setup-bun action to v2.1.3 (#100)
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 <details> <summary>oven-sh/setup-bun (oven-sh/setup-bun)</summary> ### [`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**: <https://github.com/oven-sh/setup-bun/compare/v2...v2.1.3> </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=--> Reviewed-on: https://gitea.t000-n.de/t.behrendt/ts3gotify/pulls/100 Reviewed-by: t.behrendt <t.behrendt@noreply.localhost> Co-authored-by: Renovate Bot <renovate@t00n.de> Co-committed-by: Renovate Bot <renovate@t00n.de>
This commit was merged in pull request #100.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user