diff --git a/.github/workflows/docs-preview.yml b/.github/workflows/docs-preview.yml index e2bf3b9..5726b97 100644 --- a/.github/workflows/docs-preview.yml +++ b/.github/workflows/docs-preview.yml @@ -55,7 +55,7 @@ jobs: # Note: The URL is constructed using the pull request number and the Netlify site alias. - name: Comment Deployment URL if: steps.fc.outputs.comment-id == '' - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: issue-number: ${{ github.event.number }} body: ":rocket: Deployed on https://${{ env.NETLIFY_ALIAS }}--fastapi-turkiye-docs-preview.netlify.app" # Use the variable @@ -64,7 +64,7 @@ jobs: # Note: The comment ID is retrieved from the steps.fc output. - name: Update Deployment URL if: steps.fc.outputs.comment-id != '' - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: comment-id: ${{ steps.fc.outputs.comment-id }} issue-number: ${{ github.event.number }}