diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 9635a1faa..3252153e4 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@7ba837d7e5168813cf257212cb6c98c5127194b2 - name: Fix formatting run: pnpm prettier:write - name: Apply fixes