diff --git a/.github/workflows/lint-autofix.yml b/.github/workflows/lint-autofix.yml index e80761689b..dd42164b3b 100644 --- a/.github/workflows/lint-autofix.yml +++ b/.github/workflows/lint-autofix.yml @@ -42,6 +42,6 @@ jobs: - name: Print Diff run: git diff - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: 'refactor: apply lint autofix'