diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 9490f68..a69589c 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -48,7 +48,7 @@ jobs: body-includes: Subgraph Studio preview deployed - name: Comment subgraph studio preview endpoint if: github.event_name == 'pull_request' && github.event.pull_request.draft == false && steps.deploy_preview.outputs.studio_query_url != '' - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: comment-id: ${{ steps.find_studio_comment.outputs.comment-id }} issue-number: ${{ github.event.number }}