Skip to content

Commit

Permalink
chore(deps): update oven-sh/setup-bun action to v1.2.2 (#281)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [oven-sh/setup-bun](https://togithub.com/oven-sh/setup-bun) | action |
patch | `v1.2.1` -> `v1.2.2` |

---

### Release Notes

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

###
[`v1.2.2`](https://togithub.com/oven-sh/setup-bun/releases/tag/v1.2.2)

[Compare
Source](https://togithub.com/oven-sh/setup-bun/compare/v1.2.1...v1.2.2)

`oven-sh/setup-bun` is the github action for setting up Bun.

This release introduces support for the `bun-download-url` input, which
lets you override the URL used to download the .zip file for Bun.

Here's an example:

```yaml
- name: Setup Bun
  uses: oven-sh/[email protected]
  with:
    bun-version: latest
    bun-download-url: "https://github.com/oven-sh/bun/releases/latest/download/bun-${{runner.os == 'macOS' && 'darwin' || runner.os}}-${{ runner.arch == 'X64' && 'x64' || 'arm64' }}.zip"
```

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/simonknittel/simonknittel.de).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 9, 2024
1 parent b93ccd2 commit 583a0cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: oven-sh/[email protected].1
- uses: oven-sh/[email protected].2
with:
bun-version: 1.0.25

Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: oven-sh/[email protected].1
- uses: oven-sh/[email protected].2
with:
bun-version: 1.0.25

Expand Down

0 comments on commit 583a0cf

Please sign in to comment.