diff --git a/.github/workflows/branch-deploy.yml b/.github/workflows/branch-deploy.yml index 61bf326e5c..8e887fe4a2 100644 --- a/.github/workflows/branch-deploy.yml +++ b/.github/workflows/branch-deploy.yml @@ -93,7 +93,7 @@ jobs: - name: make comment with private deployment link if: ${{ github.event.label.name == 'status/feature_testing' }} - uses: peter-evans/create-or-update-comment@v1.4.5 + uses: peter-evans/create-or-update-comment@v2 with: issue-number: ${{ github.event.pull_request.number }} body: | @@ -101,7 +101,7 @@ jobs: - name: make comment with public deployment link if: ${{ github.event.label.name == 'status/feature_testing_public' }} - uses: peter-evans/create-or-update-comment@v1.4.5 + uses: peter-evans/create-or-update-comment@v2 with: issue-number: ${{ github.event.pull_request.number }} body: | diff --git a/.github/workflows/branch-remove.yml b/.github/workflows/branch-remove.yml index 3d08e5682d..23da5c4a72 100644 --- a/.github/workflows/branch-remove.yml +++ b/.github/workflows/branch-remove.yml @@ -33,7 +33,7 @@ jobs: git add ../kafka-ui-from-branch/ git commit -m "removed env:${{ needs.build.outputs.deploy }}" && git push || true - name: make comment with deployment link - uses: peter-evans/create-or-update-comment@v1.4.5 + uses: peter-evans/create-or-update-comment@v2 with: issue-number: ${{ github.event.pull_request.number }} body: |