diff --git a/actions/generate-openapi-clients/action.yaml b/actions/generate-openapi-clients/action.yaml index baf3bd56d..e213f0548 100644 --- a/actions/generate-openapi-clients/action.yaml +++ b/actions/generate-openapi-clients/action.yaml @@ -104,7 +104,7 @@ runs: fi # Commit the changes - - uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0.0 + - uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0 if: ${{ inputs.commit-changes == 'true' }} with: commit_message: ${{ inputs.commit-message }}