From ab24602ce10e757d0b91cc652eb2e2561c53d021 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 20:12:26 +0000 Subject: [PATCH] chore(deps): update stefanzweifel/git-auto-commit-action action to v7.1.0 | datasource | package | from | to | | ----------- | ------------------------------------ | ------ | ------ | | github-tags | stefanzweifel/git-auto-commit-action | v7.0.0 | v7.1.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- actions/generate-openapi-clients/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}