diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 8390c2e..7067376 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -29,7 +29,7 @@ jobs: - name: Format code using ruff run: ruff check --fix-only . && ruff format . - name: Commit changes - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: author_name: ${{ github.actor }} author_email: ${{ github.actor }}@users.noreply.github.com