Skip to content

Commit

Permalink
chore(deps): update biomejs/setup-biome action to v2 (#66)
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 |
|---|---|---|---|
| [biomejs/setup-biome](https://togithub.com/biomejs/setup-biome) |
action | major | `v1` -> `v2` |

---

### Release Notes

<details>
<summary>biomejs/setup-biome (biomejs/setup-biome)</summary>

### [`v2`](https://togithub.com/biomejs/setup-biome/releases/tag/v2)

[Compare
Source](https://togithub.com/biomejs/setup-biome/compare/v1...v2)

##### Features

- Automatically detect the version of biome from the project's
dependencies

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
  • Loading branch information
jonasgloning committed Mar 9, 2024
2 parents efa3038 + bd79ccc commit 22d0a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v1
uses: biomejs/setup-biome@v2
- name: Run Biome
run: biome ci .

0 comments on commit 22d0a5b

Please sign in to comment.