Skip to content

Commit

Permalink
chore(deps): update oven-sh/setup-bun action to v2 (#958)
Browse files Browse the repository at this point in the history
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

<details>
<summary>oven-sh/setup-bun (oven-sh/setup-bun)</summary>

###
[`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 [@&#8203;Araxeus](https://togithub.com/Araxeus)

#### What's Changed

- docs: show correct bun-version-file examples by
[@&#8203;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
[@&#8203;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

- [@&#8203;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**: oven-sh/setup-bun@v1...v2

</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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
  • Loading branch information
simonknittel and renovate-bot authored Jul 23, 2024
1 parent 4d70e69 commit d204072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-email-function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d204072

Please sign in to comment.