diff --git a/.github/workflows/lint-autofix.yml b/.github/workflows/lint-autofix.yml index 4f8976e20d..a46432741b 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@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: 'refactor: apply lint autofix'