diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 7248cb3..6a384fd 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -22,6 +22,6 @@ jobs: - run: pnpm stub - name: Fix lint issues run: npm run lint:fix - - uses: autofix-ci/action@8caa572fd27b0019a65e4c695447089c8d3138b9 + - uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84 with: commit-message: "chore: apply automated fixes"