diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 107a3ef622..fb1f2ae0ae 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -24,6 +24,6 @@ jobs: - name: Fix formatting run: pnpm prettier:write - name: Apply fixes - uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef + uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 with: commit-message: 'ci: apply automated fixes'