diff --git a/.github/workflows/release-operator.yml b/.github/workflows/release-operator.yml index b44d5a6..44d9e19 100644 --- a/.github/workflows/release-operator.yml +++ b/.github/workflows/release-operator.yml @@ -955,7 +955,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@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8 if: ${{ steps.check-first-release.outputs.first_release == 'true' }} with: path: ./tmp/${{ env.COMMUNITY_OPERATORS_REPOSITORY_NAME }} @@ -1006,7 +1006,7 @@ jobs: token: ${{ secrets.COMMUNITY_OPERATOR_PAT }} - name: Create Pull Request - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8 if: ${{ steps.check-first-release.outputs.first_release != 'true' }} with: path: ./tmp/${{ env.COMMUNITY_OPERATORS_REPOSITORY_NAME }}