From c526c788ddfa3eaa6e2ab8a0b24300b17d5068bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:29:07 +0000 Subject: [PATCH] chore(deps): update biomejs/setup-biome action to v2.3.0 (#140) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/biome.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/biome.yml b/.github/workflows/biome.yml index bddf4d1..6e2032f 100644 --- a/.github/workflows/biome.yml +++ b/.github/workflows/biome.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup Biome - uses: biomejs/setup-biome@1cbe33ead22c7a2fded3b52fa2893611c815c9b5 # v2.2.1 + uses: biomejs/setup-biome@c016c38f26f2c4a6eb3662679143614a254263fd # v2.3.0 - name: Run Biome run: biome ci --error-on-warnings .