From 1eb38c6b0ceaf2e2dc406d48622f2657d1d15795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 08:41:22 +0000 Subject: [PATCH] setup(deps): bump biomejs/setup-biome from 2.5.0 to 2.5.1 Bumps [biomejs/setup-biome](https://github.com/biomejs/setup-biome) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/biomejs/setup-biome/releases) - [Commits](https://github.com/biomejs/setup-biome/compare/f382a98e582959e6aaac8e5f8b17b31749018780...a9763ed3d2388f5746f9dc3e1a55df7f4609bc89) --- updated-dependencies: - dependency-name: biomejs/setup-biome dependency-version: 2.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd5e96f..5503d23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: with: node-version-file: '.nvmrc' - name: Setup Biome - uses: biomejs/setup-biome@f382a98e582959e6aaac8e5f8b17b31749018780 # v2.5.0 + uses: biomejs/setup-biome@a9763ed3d2388f5746f9dc3e1a55df7f4609bc89 # v2.5.1 with: version: latest - name: Run Biome