diff --git a/.github/workflows/sync-biome-schema.yml b/.github/workflows/sync-biome-schema.yml index c5375c4..5f6f481 100644 --- a/.github/workflows/sync-biome-schema.yml +++ b/.github/workflows/sync-biome-schema.yml @@ -13,7 +13,7 @@ jobs: if: github.actor == 'dependabot[bot]' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: ref: ${{ github.head_ref }} token: ${{ secrets.GITHUB_TOKEN }}