diff --git a/.github/workflows/goa-gen.yml b/.github/workflows/goa-gen.yml index 6640959..59bb568 100644 --- a/.github/workflows/goa-gen.yml +++ b/.github/workflows/goa-gen.yml @@ -31,7 +31,7 @@ jobs: run: | make goa_gen - name: commit changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: goa gen branch: ${{ github.head_ref }}