diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 8efc7c0312..97d2ead078 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -20,6 +20,6 @@ jobs: cache: pnpm - run: pnpm install - run: pnpm lint --fix - - uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84 + - uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef - run: pnpm build - run: pnpm typecheck