diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 847bce6..5f4ebf3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -40,6 +40,6 @@ jobs: run: python3 -m ruff check . - name: "Auto Commit" - uses: stefanzweifel/git-auto-commit-action@v5.0.0 + uses: stefanzweifel/git-auto-commit-action@v5.0.1 with: commit_message: 'Style fixes by ruff'