From 2be866d2b55324390b166dce042bc3323a41f389 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 14 Mar 2024 16:30:25 +0100 Subject: [PATCH] Update stefanzweifel/git-auto-commit-action --- .github/workflows/python-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-format.yml b/.github/workflows/python-format.yml index f030616..2f03437 100644 --- a/.github/workflows/python-format.yml +++ b/.github/workflows/python-format.yml @@ -27,6 +27,6 @@ jobs: ruff check . ruff check --fix . - - uses: stefanzweifel/git-auto-commit-action@v4 + - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: 'Python formatting fixes from Black and Ruff'