diff --git a/.github/workflows/black-fix.yml b/.github/workflows/black-fix.yml index 6c1bfed4a5..5cddbbfac6 100644 --- a/.github/workflows/black-fix.yml +++ b/.github/workflows/black-fix.yml @@ -41,6 +41,6 @@ jobs: ls $HOME/.local/bin/black tests/ tools/ $(grep -EIlr '^#!.*python.*$' bin/ tests/ tools/ src/ | grep -v _boutpp_build) - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "Apply black changes" diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index e32c959cb2..4c1307d7c9 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -28,6 +28,6 @@ jobs: while ! git clang-format origin/${{ github.base_ref }} ; do git add . ; done - name: Commit to the PR branch - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "Apply clang-format changes"