diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 369fb4af..c6133cd2 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -21,6 +21,6 @@ jobs: - run: pnpm install - name: Fix lint issues run: pnpm run lint:fix - - uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc + - uses: autofix-ci/action@bee19d72e71787c12ca0f29de72f2833e437e4c9 with: commit-message: 'chore: apply automated lint fixes'