diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 946f376..d1863cb 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -33,6 +33,6 @@ jobs: run: if [[ `git status --porcelain` ]]; then exit 1; fi - name: Commit - uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0.0 + uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0 with: commit_message: Format