From f3a9a595e9bf334e843ac6a720ffe479650bea8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:01:54 +0000 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 5.0.1 to 5.1.0 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/8621497c8c39c72f3e2a999a26b4ca1b5058a842...e348103e9026cc0eee72ae06630dbe30c8bf7a79) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/create-operator-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ede1b66..d4db90c 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 81e3af2..20b4186 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