From 380c75db0b8108e8062671f5c1e4f6b29431c36e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 14:24:25 +0000 Subject: [PATCH] Bump redhat-cop/github-workflows-operators/.github/workflows/release-operator.yml Bumps [redhat-cop/github-workflows-operators/.github/workflows/release-operator.yml](https://github.com/redhat-cop/github-workflows-operators) from 1.1.5 to 1.1.6. - [Release notes](https://github.com/redhat-cop/github-workflows-operators/releases) - [Commits](https://github.com/redhat-cop/github-workflows-operators/compare/v1.1.5...v1.1.6) --- updated-dependencies: - dependency-name: redhat-cop/github-workflows-operators/.github/workflows/release-operator.yml dependency-version: 1.1.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 986eac0..d9154b0 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -9,7 +9,7 @@ on: jobs: shared-operator-workflow: name: shared-operator-workflow - uses: redhat-cop/github-workflows-operators/.github/workflows/release-operator.yml@v1.1.5 + uses: redhat-cop/github-workflows-operators/.github/workflows/release-operator.yml@v1.1.6 secrets: COMMUNITY_OPERATOR_PAT: ${{ secrets.COMMUNITY_OPERATOR_PAT }} REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}