diff --git a/.github/workflows/code-format.yml b/.github/workflows/code-format.yml index 9ffb97818..8051371d3 100644 --- a/.github/workflows/code-format.yml +++ b/.github/workflows/code-format.yml @@ -51,7 +51,7 @@ jobs: rm -rf $GITHUB_WORKSPACE/clang-format-install export PATH=~/bin:$PATH sh codeformat.sh - - uses: stefanzweifel/git-auto-commit-action@v4 + - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: apply code-format changes