From d204072c310d11b47b58d8c4b73b91256bbacfd1 Mon Sep 17 00:00:00 2001 From: Simon Knittel Date: Tue, 23 Jul 2024 09:19:20 +0200 Subject: [PATCH] chore(deps): update oven-sh/setup-bun action to v2 (#958) 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://togithub.com/oven-sh/setup-bun) | action | major | `v1.2.2` -> `v2.0.1` | --- ### Release Notes
oven-sh/setup-bun (oven-sh/setup-bun) ### [`v2.0.1`](https://togithub.com/oven-sh/setup-bun/releases/tag/v2.0.1) [Compare Source](https://togithub.com/oven-sh/setup-bun/compare/v1.2.2...v2.0.1) `oven-sh/setup-bun` is the github action for setting up Bun. This releases fixes false warning when you don't have any parameters in action ([https://github.com/oven-sh/setup-bun/pull/90](https://togithub.com/oven-sh/setup-bun/pull/90)) thanks to [@​Araxeus](https://togithub.com/Araxeus) #### What's Changed - docs: show correct bun-version-file examples by [@​xHyroM](https://togithub.com/xHyroM) in [https://github.com/oven-sh/setup-bun/pull/86](https://togithub.com/oven-sh/setup-bun/pull/86) - fix: bun-version-file default value by [@​Araxeus](https://togithub.com/Araxeus) in [https://github.com/oven-sh/setup-bun/pull/90](https://togithub.com/oven-sh/setup-bun/pull/90) #### New Contributors - [@​Araxeus](https://togithub.com/Araxeus) made their first contribution in [https://github.com/oven-sh/setup-bun/pull/90](https://togithub.com/oven-sh/setup-bun/pull/90) **Full Changelog**: https://github.com/oven-sh/setup-bun/compare/v1...v2
--- ### 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://togithub.com/renovatebot/renovate). Co-authored-by: Renovate Bot --- .github/workflows/build-email-function.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-email-function.yml b/.github/workflows/build-email-function.yml index e77f5d19..f9d7c06a 100644 --- a/.github/workflows/build-email-function.yml +++ b/.github/workflows/build-email-function.yml @@ -16,7 +16,7 @@ jobs: with: ref: ${{ inputs.git_ref }} - - uses: oven-sh/setup-bun@v1.2.2 + - uses: oven-sh/setup-bun@v2.0.1 with: bun-version: 1.1.8