From 518e1ed059e12b5d788fb2a508985be2fd9a3197 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 17:39:13 +0000 Subject: [PATCH] Update peter-evans/create-pull-request digest to c0f553f --- .github/workflows/release-operator.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-operator.yml b/.github/workflows/release-operator.yml index 90b7e7b..28daa29 100644 --- a/.github/workflows/release-operator.yml +++ b/.github/workflows/release-operator.yml @@ -950,7 +950,7 @@ jobs: /bin/cp -v -R ./config/community-operators/ci.yaml ./tmp/${{ env.COMMUNITY_OPERATORS_REPOSITORY_NAME }}/operators/${{ env.REPOSITORY_NAME }} - name: Create Pull Request (First Release) - uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8 + uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8 if: ${{ steps.check-first-release.outputs.first_release == 'true' }} with: path: ./tmp/${{ env.COMMUNITY_OPERATORS_REPOSITORY_NAME }} @@ -1001,7 +1001,7 @@ jobs: token: ${{ secrets.COMMUNITY_OPERATOR_PAT }} - name: Create Pull Request - uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8 + uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8 if: ${{ steps.check-first-release.outputs.first_release != 'true' }} with: path: ./tmp/${{ env.COMMUNITY_OPERATORS_REPOSITORY_NAME }}