Skip to content

Commit 22d0a5b

Browse files
authored
chore(deps): update biomejs/setup-biome action to v2 (#66)
[![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=-->
2 parents efa3038 + bd79ccc commit 22d0a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prettier.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@v4
1313
- name: Setup Biome
14-
uses: biomejs/setup-biome@v1
14+
uses: biomejs/setup-biome@v2
1515
- name: Run Biome
1616
run: biome ci .

0 commit comments

Comments
 (0)