diff --git a/.github/workflows/release-changelog.yml b/.github/workflows/release-changelog.yml index 1c163db1db..a834e485da 100644 --- a/.github/workflows/release-changelog.yml +++ b/.github/workflows/release-changelog.yml @@ -115,7 +115,7 @@ jobs: rm -rf changelog/revision - name: Commit changes id: commit - uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 + uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 env: target_env: ${{ inputs.env }} target_branch: ${{ inputs.branch }} diff --git a/.github/workflows/release-spec-v1.yml b/.github/workflows/release-spec-v1.yml index dacc8a7c17..274e46d0ae 100644 --- a/.github/workflows/release-spec-v1.yml +++ b/.github/workflows/release-spec-v1.yml @@ -77,7 +77,7 @@ jobs: path: openapi/v1-deprecated - name: Commit changes id: commit - uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 + uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 env: target_env: ${{ inputs.env }} target_branch: ${{ inputs.branch }} diff --git a/.github/workflows/release-spec.yml b/.github/workflows/release-spec.yml index b8e3041708..320d4a33c7 100644 --- a/.github/workflows/release-spec.yml +++ b/.github/workflows/release-spec.yml @@ -177,7 +177,7 @@ jobs: echo "bump_release=${bump_release}" >> "${GITHUB_OUTPUT:?}" - name: Commit changes id: commit - uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 + uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 env: target_env: ${{ inputs.env }} target_branch: ${{ inputs.branch }}