diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0988a8a..d1858e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: persist-credentials: false - name: Setup Biome - uses: biomejs/setup-biome@4c91541eaada48f67d7dbd7833600ce162b68f51 # v2 + uses: biomejs/setup-biome@4c91541eaada48f67d7dbd7833600ce162b68f51 # v2.7.1 - name: Run Biome CI Check run: biome ci . diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 97306b3..9c7fe45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: GITHUB_SHA: ${{ github.sha }} - name: Setup Biome - uses: biomejs/setup-biome@4c91541eaada48f67d7dbd7833600ce162b68f51 # v2 + uses: biomejs/setup-biome@4c91541eaada48f67d7dbd7833600ce162b68f51 # v2.7.1 - name: Run Biome CI check run: biome ci .