diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb66e792..926ee9d4 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@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1 + uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.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 81e3af2d..20b4186d 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@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1 + uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0 with: commit_message: operator nginx-ingress-operator (v${{ inputs.version }}) commit_author: nginx-bot