diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 0fbfed3..0fffd2a 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -32,7 +32,7 @@ jobs: - name: Format run: bundle exec rake format - name: Commit - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 if: always() with: commit_message: Run format