diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index bbc3285f..cb91b762 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -21,6 +21,6 @@ jobs: - run: pnpm install - run: pnpm automd - run: pnpm lint:fix - - uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84 + - uses: autofix-ci/action@2891949f3779a1cafafae1523058501de3d4e944 with: commit-message: "chore: apply automated lint fixes"