diff --git a/.github/workflows/publish-python-preview.yml b/.github/workflows/publish-python-preview.yml index cfc95599d..5c84e324e 100644 --- a/.github/workflows/publish-python-preview.yml +++ b/.github/workflows/publish-python-preview.yml @@ -71,7 +71,7 @@ jobs: - name: Post or update install instructions if: success() - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 with: comment-id: ${{ steps.find-comment.outputs.comment-id }} issue-number: ${{ steps.meta.outputs.pr-number }} @@ -128,7 +128,7 @@ jobs: - name: Post failure comment if: failure() - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 with: comment-id: ${{ steps.find-comment.outputs.comment-id }} issue-number: ${{ steps.meta.outputs.pr-number }}