diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 9635a1faa..0e33af9ca 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Tools - uses: tanstack/config/.github/setup@629cd3152485cbe985f5a7e66d370c858132c517 + uses: tanstack/config/.github/setup@1ce18c19ec31f6191db71f4b768b6b9ec3575a0e - name: Fix formatting run: pnpm prettier:write - name: Apply fixes