diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 38d315b..bc08536 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -44,7 +44,7 @@ jobs: - name: Lint with ruff run: | ruff check ${{env.PROJECT_FOLDER}} --fix - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: "style: style fixes by ruff and autoformatting by black"