diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b85f615..9bcfc609 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -192,7 +192,7 @@ jobs: cp -R ../../../bundle/metadata v${{ needs.build.outputs.version }}/ - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0 + uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 with: commit_message: operator nginx-ingress-operator (v${{ needs.build.outputs.version }}) commit_author: nginx-bot diff --git a/.github/workflows/create-operator-pr.yml b/.github/workflows/create-operator-pr.yml index 20b4186d..9a0be238 100644 --- a/.github/workflows/create-operator-pr.yml +++ b/.github/workflows/create-operator-pr.yml @@ -42,7 +42,7 @@ jobs: cp -R ../../../bundle/metadata v${{ inputs.version }}/ - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0 + uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 with: commit_message: operator nginx-ingress-operator (v${{ inputs.version }}) commit_author: nginx-bot