From bd79ccc7f36f91f0d3c9c4ff915d440308d9425a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 14:10:37 +0000 Subject: [PATCH] chore(deps): update biomejs/setup-biome action to v2 --- .github/workflows/prettier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index bc8ffa6..e6564fc 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -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 . \ No newline at end of file